export declare function getPlatform(): string;
export declare function useScrollLock(): {
    enableScrollLock: () => void;
    disableScrollLock: () => void;
};
