interface IGetIOSResult { iOS: boolean; iOSVersion: number; iPhone: boolean; iPad: boolean; } export declare function IsiOS(): IGetIOSResult; export {}; //# sourceMappingURL=IsiOS.d.ts.map