import { z } from 'zod'; declare const LABELS_OPERATORS: readonly ["and", "or"]; type LabelsOperator = (typeof LABELS_OPERATORS)[number]; export declare const LabelsSchema: { labels: z.ZodOptional>; labelsOperator: z.ZodOptional>; }; export declare function generateLabelsFilter(labels?: string[], labelsOperator?: LabelsOperator): string; export {}; //# sourceMappingURL=labels.d.ts.map