/**
 * Hook that gives access to the sessionId.
 */
export declare function useSessionId(): string | null;
