/**
 * Generates a random device ID if one doesn't exist
 * @returns The device ID
 */
export declare const getDeviceId: () => string;
/**
 * Checks if the device has a stored ID
 * @returns True if the device has an ID
 */
export declare const hasDeviceId: () => boolean;
