import { Trie } from '../util';
export declare function matchOperator(str: string, begin: number, trie: Trie, end?: number): number;
