export declare class ExpressionParser { pos: number; parts: string[]; constructor(node: any); name(): string; filter(list: string[]): any[]; }