import type { UserType } from "../types"; export declare const setUserData: (data: UserType) => void; export declare const getUserData: () => UserType | null; export declare const removeUserData: () => void; //# sourceMappingURL=index.d.ts.map