export default function evaluateByOperator(operator: string, params?: any[] | undefined): any; export function registerOperation(symbol: string | any[], func: Function): void;