import * as z from "zod/v4-mini"; export type OrdersGetRequest = { /** * The order ID. */ id: string; }; /** @internal */ export type OrdersGetRequest$Outbound = { id: string; }; /** @internal */ export declare const OrdersGetRequest$outboundSchema: z.ZodMiniType; export declare function ordersGetRequestToJSON(ordersGetRequest: OrdersGetRequest): string; //# sourceMappingURL=ordersget.d.ts.map