export declare const isMobileDevice: () => boolean;
export declare const getDeviceType: () => "mobile" | "desktop";
//# sourceMappingURL=deviceDetection.d.ts.map