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