type Origin = typeof window.location.origin;
type Pathname = typeof window.location.pathname;
export declare const testWebOrWindows: (origin: Origin) => boolean;
export declare const testAndroid: (pathname: Pathname) => boolean;
export {};
