export type PlatformType = 'Windows Phone' | 'Android' | 'iOS' | 'unknown'; export declare function detectMobilePlatform(): PlatformType;