export declare const STORAGE_KEY = "location-details-token";
export declare function remove(): void;
export declare function retrieve(): string;
