import type { Clerk } from '@clerk/clerk-js'; import type { JWTHandler } from './jwt-handler'; type Handler = Parameters[0]; /** Append the JWT to the FAPI request */ export declare function requestHandler(jwtHandler: JWTHandler, { isProd }: { isProd: boolean; }): Handler; export {}; //# sourceMappingURL=request-handler.d.ts.map