export declare function getDevicePlatform(): "android" | "ios" | "linux" | "mac" | "windows" | "unknown";
export type DevicePlatform = ReturnType<typeof getDevicePlatform>;
//# sourceMappingURL=use-device.d.ts.map