export declare function setCookie(key: string, value: string, d?: number): void;
export declare function getCookie(key: string): string | null;
export declare function removeCookie(key: string): void;
