import type { NextApiRequest, NextApiResponse } from 'next'; import { OAuthStartOptions } from '../types'; export default function oAuthQueryString(req: NextApiRequest, res: NextApiResponse, options: OAuthStartOptions, callbackPath: string): string; //# sourceMappingURL=oauth-query-string.d.ts.map