export declare function parseCookie(cookieText: string): { [key: string]: string; };