export declare type TIsOSType = 'mac' | 'mobile' | 'android' | 'ios' | 'windows' | 'linux'; export default function isOS(type: TIsOSType, value?: any): any;