import { Base, Type } from "./type"; import { List$1 } from "./List$1"; import { FilterSyntaxToken } from "./FilterSyntaxToken"; /** * @hidden */ export declare class FilterSyntaxLexer extends Base { static $t: Type; constructor(); e(a: string): List$1; private f; private i; private h; private j; private g; private k; private b; private a; private c; private d; }