import * as z from "zod/v3"; import { ClosedEnum } from "../../types/enums.js"; export declare const RequirementErrorCode: { readonly InvalidValue: "invalid-value"; readonly FailedAutomaticVerification: "failed-automatic-verification"; readonly FailedOther: "failed-other"; readonly InvalidAddress: "invalid-address"; readonly AddressRestricted: "address-restricted"; readonly TaxIdMismatch: "tax-id-mismatch"; readonly DocumentIdMismatch: "document-id-mismatch"; readonly DocumentDateOfBirthMismatch: "document-date-of-birth-mismatch"; readonly DocumentNameMismatch: "document-name-mismatch"; readonly DocumentAddressMismatch: "document-address.mismatch"; readonly DocumentNumberMismatch: "document-number-mismatch"; readonly DocumentIncomplete: "document-incomplete"; readonly DocumentFailedRisk: "document-failed-risk"; readonly DocumentIllegible: "document-illegible"; readonly DocumentUnsupported: "document-unsupported"; readonly DocumentNotUploaded: "document-not-uploaded"; readonly DocumentCorrupt: "document-corrupt"; readonly DocumentExpired: "document-expired"; }; export type RequirementErrorCode = ClosedEnum; /** @internal */ export declare const RequirementErrorCode$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const RequirementErrorCode$outboundSchema: z.ZodNativeEnum; //# sourceMappingURL=requirementerrorcode.d.ts.map