import * as z from "zod/v3"; import { Result as SafeParseResult } from "../../types/fp.js"; import { SDKValidationError } from "../errors/sdkvalidationerror.js"; export type VolumeByCustomerTypeError = { businessToBusinessPercentage?: string | undefined; consumerToBusinessPercentage?: string | undefined; }; /** @internal */ export declare const VolumeByCustomerTypeError$inboundSchema: z.ZodType; /** @internal */ export type VolumeByCustomerTypeError$Outbound = { businessToBusinessPercentage?: string | undefined; consumerToBusinessPercentage?: string | undefined; }; /** @internal */ export declare const VolumeByCustomerTypeError$outboundSchema: z.ZodType; export declare function volumeByCustomerTypeErrorToJSON(volumeByCustomerTypeError: VolumeByCustomerTypeError): string; export declare function volumeByCustomerTypeErrorFromJSON(jsonString: string): SafeParseResult; //# sourceMappingURL=volumebycustomertypeerror.d.ts.map