export declare const getToken: (key: string) => string | null; export declare const setToken: (key: string, token: string) => void; export declare const removeToken: (key: string) => void;