export declare const isOperatorOfType: (type: string, key: string, ignoreCase?: boolean) => boolean; export declare const isOperator: (key: string, ignoreCase?: boolean) => boolean; //# sourceMappingURL=operators.d.ts.map