declare const getCookie: (name: string) => string | undefined; export { getCookie };