export default function cookie(): { cookies?: undefined; } | { cookies: { [key: string]: string; }; };