import * as z from "zod"; import { ClosedEnum } from "../../types/enums.js"; export declare const AttachmentReferenceType: { readonly Invoice: "invoice"; readonly Bill: "bill"; readonly Expense: "expense"; }; export type AttachmentReferenceType = ClosedEnum; /** @internal */ export declare const AttachmentReferenceType$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const AttachmentReferenceType$outboundSchema: z.ZodNativeEnum; /** * @internal * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module. */ export declare namespace AttachmentReferenceType$ { /** @deprecated use `AttachmentReferenceType$inboundSchema` instead. */ const inboundSchema: z.ZodNativeEnum<{ readonly Invoice: "invoice"; readonly Bill: "bill"; readonly Expense: "expense"; }>; /** @deprecated use `AttachmentReferenceType$outboundSchema` instead. */ const outboundSchema: z.ZodNativeEnum<{ readonly Invoice: "invoice"; readonly Bill: "bill"; readonly Expense: "expense"; }>; } //# sourceMappingURL=attachmentreferencetype.d.ts.map