import type { None } from "../types"; /** * Asynchronously retrieves the current user's ID * * @returns Resolves to the user ID or null if the current user is anonymous. Resolves to undefined if the * SDK has not been initialized. */ export declare function getUserId(): Promise;