export declare function getToken(namespace: string): string;
export declare function setToken(namespace: string, token: string): void;
export declare function clearToken(namespace: string): void;
export declare function hasToken(namespace: string): boolean;