import * as z from "zod/v3"; import { ClosedEnum } from "../../types/enums.js"; /** * @deprecated enum: This will be removed in a future release, please migrate away from it as soon as possible. */ export declare const UnderwritingStatus: { readonly Approved: "approved"; readonly Rejected: "rejected"; readonly PendingReview: "pendingReview"; readonly Pending: "pending"; readonly NotRequested: "notRequested"; }; /** * @deprecated enum: This will be removed in a future release, please migrate away from it as soon as possible. */ export type UnderwritingStatus = ClosedEnum; /** @internal */ export declare const UnderwritingStatus$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const UnderwritingStatus$outboundSchema: z.ZodNativeEnum; //# sourceMappingURL=underwritingstatus.d.ts.map