import * as z from "zod/v3"; export type VoidableField = { key: string; value: string; }; /** @internal */ export type VoidableField$Outbound = { key: string; value: string; }; /** @internal */ export declare const VoidableField$outboundSchema: z.ZodType; export declare function voidableFieldToJSON(voidableField: VoidableField): string; //# sourceMappingURL=voidablefield.d.ts.map