export declare const createCookie: (key: string, value: boolean) => void; export declare const removeCookie: (cookie: string) => void;