export declare const numericExtendedOperators: { text: string; operator: string; }[]; export declare const isNumericExtendedOperator: (operator: string | Function) => boolean; //# sourceMappingURL=numeric-extended-operators.d.ts.map