import * as z from "zod/v4-mini"; import { OpenEnum } from "../../types/enums.js"; export declare const CreditNoteType: { readonly Adjustment: "ADJUSTMENT"; readonly Refund: "REFUND"; }; export type CreditNoteType = OpenEnum; /** @internal */ export declare const CreditNoteType$inboundSchema: z.ZodMiniType; //# sourceMappingURL=credit-note-type.d.ts.map