declare const cookie: { read(name: string): string | null; write(name: string, value: string): void; }; export default cookie;