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