/**
 * Returns the local participant's session_id or empty string '',
 * if the local participant doesn't exist.
 */
export declare const useLocalSessionId: () => string;
