interface AppCookie {
    jwt?: string;
}
export declare function parseCookie(cookiesString?: string): AppCookie | null;
export {};
