export declare function getToken(tokenKey?: string): string | null; export declare function setToken(token: string, tokenKey?: string): void;