export declare class ExpressionService { calcPlugins(expression: string, plugins: string[]): boolean; }