import * as z from "zod/v4-mini"; export type CustomersGetStateRequest = { /** * The customer ID. */ id: string; }; /** @internal */ export type CustomersGetStateRequest$Outbound = { id: string; }; /** @internal */ export declare const CustomersGetStateRequest$outboundSchema: z.ZodMiniType; export declare function customersGetStateRequestToJSON(customersGetStateRequest: CustomersGetStateRequest): string; //# sourceMappingURL=customersgetstate.d.ts.map