import * as z from "zod/v3"; export type GetInvoicesGlobals = { orgId?: string | undefined; }; export type GetInvoicesRequest = { orgId?: string | undefined; }; /** @internal */ export type GetInvoicesRequest$Outbound = { orgId?: string | undefined; }; /** @internal */ export declare const GetInvoicesRequest$outboundSchema: z.ZodType; export declare function getInvoicesRequestToJSON(getInvoicesRequest: GetInvoicesRequest): string; //# sourceMappingURL=getinvoices.d.ts.map