import { Operator } from './operator';
/**
 * Default operators.
 */
export declare const defaultOperators: Operator[];
