export declare class ExpressionEngineConfig {
    engine: 'legacy' | 'vm';
    poolSize: number;
    maxCodeCacheSize: number;
}
