export declare function encodeCookie(cookie: string): string;
export declare function getCookie(): Promise<string>;
