import { Plugin } from "../utils/plugins"; export declare class ExpressionService { calcPlugins(expression: string, plugins: Plugin[]): boolean; }