import { NextResponse } from 'next/server'; /** * @param {Request} [req] * @param {function(req: Request & {kindeAuth: {user: any, token: string}})} [onIsAuthorized] */ export declare function withAuth(...args: any[]): Promise> | ((...args: any[]) => Promise>); //# sourceMappingURL=authMiddleware.d.ts.map