export declare const SESSION_ID_RE: RegExp;
export declare function looksLikeSessionId(value: string): boolean;
