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