export default function getUserLocation(uuid: string): string | null; export declare function setUserLocation(value: string | undefined, uuid: string): void;