import * as z from "zod/v4-mini"; import { OpenEnum } from "../../types/enums.js"; export declare const FilterConjunction: { readonly And: "and"; readonly Or: "or"; }; export type FilterConjunction = OpenEnum; /** @internal */ export declare const FilterConjunction$inboundSchema: z.ZodMiniType; /** @internal */ export declare const FilterConjunction$outboundSchema: z.ZodMiniType; //# sourceMappingURL=filterconjunction.d.ts.map