import * as z from "zod/v3"; import { ClosedEnum } from "../../types/enums.js"; /** * If the business is a financial institution, this field describes its primary regulator. */ export declare const PrimaryRegulator: { readonly Occ: "OCC"; readonly Fdic: "FDIC"; readonly Ncua: "NCUA"; readonly Frb: "FRB"; readonly StateCuRegulator: "state-cu-regulator"; }; /** * If the business is a financial institution, this field describes its primary regulator. */ export type PrimaryRegulator = ClosedEnum; /** @internal */ export declare const PrimaryRegulator$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const PrimaryRegulator$outboundSchema: z.ZodNativeEnum; //# sourceMappingURL=primaryregulator.d.ts.map