export declare function isImageBitmap(image: any): image is ImageBitmap; export declare function isWorker(): boolean; export declare const getReferrer: () => any; export declare const isiOS: boolean; export declare const isAndroid: boolean; export declare function isPC(): boolean;