/**
 * Generates a unique session identifier without making network requests
 * @returns Promise that resolves to a unique session identifier
 */
export declare const getSessionId: () => Promise<string>;
