import type { NextApiRequest, NextApiResponse } from 'next'; import { OAuthStartOptions } from '../types'; export default function createEnableCookies({ apiKey, prefix, }: OAuthStartOptions): (req: NextApiRequest, res: NextApiResponse) => void; //# sourceMappingURL=create-enable-cookies.d.ts.map