import * as z from "zod/v3";
import { FilterPayload, FilterPayload$Outbound } from "./filterpayload.js";
export type FieldOptionCountsInSchema = {
    filterParams?: FilterPayload | null | undefined;
};
/** @internal */
export type FieldOptionCountsInSchema$Outbound = {
    filter_params?: FilterPayload$Outbound | null | undefined;
};
/** @internal */
export declare const FieldOptionCountsInSchema$outboundSchema: z.ZodType<FieldOptionCountsInSchema$Outbound, z.ZodTypeDef, FieldOptionCountsInSchema>;
export declare function fieldOptionCountsInSchemaToJSON(fieldOptionCountsInSchema: FieldOptionCountsInSchema): string;
//# sourceMappingURL=fieldoptioncountsinschema.d.ts.map