export declare const operatorList: ({ operator: string; short: string; label: string; i18nKey?: undefined; } | { operator: string; short: string; label: string; i18nKey: string; })[]; export declare const dateOperList: ({ operator: string; short: string; label: string; i18nKey: string; } | { operator: string; short: string; label: string; i18nKey?: undefined; })[]; export declare const textOperList: ({ operator: string; short: string; label: string; i18nKey?: undefined; } | { operator: string; short: string; label: string; i18nKey: string; })[]; export declare const numberOperListNoRange: { operator: string; short: string; label: string; }[]; export declare const numberOperList: ({ operator: string; short: string; label: string; i18nKey?: undefined; } | { operator: string; short: string; label: string; i18nKey: string; })[];