import * as z from "zod/v4-mini"; import { Result as SafeParseResult } from "../../types/fp.js"; import { SDKValidationError } from "../errors/sdkvalidationerror.js"; import { CustomerCustomerMeter } from "./customercustomermeter.js"; import { Pagination } from "./pagination.js"; export type ListResourceCustomerCustomerMeter = { items: Array; pagination: Pagination; }; /** @internal */ export declare const ListResourceCustomerCustomerMeter$inboundSchema: z.ZodMiniType; export declare function listResourceCustomerCustomerMeterFromJSON(jsonString: string): SafeParseResult; //# sourceMappingURL=listresourcecustomercustomermeter.d.ts.map