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