import * as z from "zod/v3"; import { Result as SafeParseResult } from "../../types/fp.js"; import { SDKValidationError } from "../errors/sdkvalidationerror.js"; export type VolumeShareByCustomerTypeError = { business?: string | undefined; consumer?: string | undefined; p2p?: string | undefined; }; /** @internal */ export declare const VolumeShareByCustomerTypeError$inboundSchema: z.ZodType; /** @internal */ export type VolumeShareByCustomerTypeError$Outbound = { business?: string | undefined; consumer?: string | undefined; p2p?: string | undefined; }; /** @internal */ export declare const VolumeShareByCustomerTypeError$outboundSchema: z.ZodType; export declare function volumeShareByCustomerTypeErrorToJSON(volumeShareByCustomerTypeError: VolumeShareByCustomerTypeError): string; export declare function volumeShareByCustomerTypeErrorFromJSON(jsonString: string): SafeParseResult; //# sourceMappingURL=volumesharebycustomertypeerror.d.ts.map