import type { IWeb3AuthState } from "./interfaces"; export declare function cookieToWeb3AuthState(cookie?: string | null): IWeb3AuthState; export declare function parseCookie(cookie: string, key: string): string;