/**
 * A function that returns a consistent unique identifier for the browser (or the Node/Deno environment).
 * The same browser will always return the same identifier.
 * @returns {string} The unique identifier.
 */
export declare function browserId(): string;
