export declare function generateUuid(): string;
export declare function storeDeviceId(deviceId: string): void;
export declare function getDeviceId(): string | null;
