export function wrapRoute(serverRuntimeConfig: any, props: any): ({ req, res, query, locale, }: { req: any; res: any; query: any; locale: any; } | undefined, data: any) => Promise<{ props: any; }>; //# sourceMappingURL=wrap.d.ts.map