import type { NextApiRequest, NextApiResponse } from 'next'; export default function createEnableCookiesRedirect(apiKey: string, path: string, appUrl: string): (req: NextApiRequest, res: NextApiResponse) => void; //# sourceMappingURL=create-enable-cookies-redirect.d.ts.map