export declare function setCookie(name: string, value: string, timeout: number): void; export declare function getCookie(key: string): string;