import * as z from "zod/v4-mini"; export type MetersGetRequest = { /** * The meter ID. */ id: string; }; /** @internal */ export type MetersGetRequest$Outbound = { id: string; }; /** @internal */ export declare const MetersGetRequest$outboundSchema: z.ZodMiniType; export declare function metersGetRequestToJSON(metersGetRequest: MetersGetRequest): string; //# sourceMappingURL=metersget.d.ts.map