import { Hs as ReverificationConfig } from "./index-BCMY4XCy.js"; import "./moduleManager-WB15hU3T.js"; //#region src/authorization-errors.d.ts type ClerkError = { clerk_error: T; }; declare const REVERIFICATION_REASON = "reverification-error"; type ReverificationError = ClerkError<{ type: 'forbidden'; reason: typeof REVERIFICATION_REASON; } & M>; declare const reverificationError: (missingConfig?: MC) => ReverificationError<{ metadata?: { reverification?: MC; }; }>; declare const reverificationErrorResponse: (...args: Parameters) => Response; declare const isReverificationHint: (result: any) => result is ReturnType; //#endregion export { isReverificationHint, reverificationError, reverificationErrorResponse }; //# sourceMappingURL=authorization-errors.d.ts.map