import { IdType } from '@servicetitan/data-query'; interface OperatorOpts { valueSelector?: (item: TO) => IdType; rowValueSelector?: (item: any) => IdType | undefined; } export declare const selectColumnMenuFilterOperators: { getContains: (opts?: OperatorOpts) => (value: any, options?: TO[]) => boolean | undefined; getEquals: (opts?: OperatorOpts) => (value: any, option?: TO) => boolean; }; export {}; //# sourceMappingURL=operators.d.ts.map