import * as z from "zod/v4-mini"; export type GetCustomerUsageSummaryRequest = { customerId?: string | undefined; customerLookupKey?: string | undefined; featureIds?: Array | undefined; featureLookupKeys?: Array | undefined; subscriptionIds?: Array | undefined; }; /** @internal */ export type GetCustomerUsageSummaryRequest$Outbound = { customer_id?: string | undefined; customer_lookup_key?: string | undefined; feature_ids?: Array | undefined; feature_lookup_keys?: Array | undefined; subscription_ids?: Array | undefined; }; /** @internal */ export declare const GetCustomerUsageSummaryRequest$outboundSchema: z.ZodMiniType; export declare function getCustomerUsageSummaryRequestToJSON(getCustomerUsageSummaryRequest: GetCustomerUsageSummaryRequest): string; //# sourceMappingURL=get-customer-usage-summary-op.d.ts.map