export interface DeviceType { deviceType: string; osType: string; } export declare const detectDevice: () => DeviceType;