import * as z from "zod/v4-mini"; export type VoidCreditNoteRequest = { /** * Credit note ID */ id: string; }; /** @internal */ export type VoidCreditNoteRequest$Outbound = { id: string; }; /** @internal */ export declare const VoidCreditNoteRequest$outboundSchema: z.ZodMiniType; export declare function voidCreditNoteRequestToJSON(voidCreditNoteRequest: VoidCreditNoteRequest): string; //# sourceMappingURL=void-credit-note-op.d.ts.map