import type { OperatorOption } from './types'; import { FilterOperatorCategory } from './types'; export declare const categories: { value: FilterOperatorCategory; label: string; }[]; export declare const operators: OperatorOption[];