import type { MobileContextProps } from "./MobileContext.js";
export declare function usePlatform(): MobileContextProps['platform'];
