export declare class JSExecutor { static evaluate(expr: string, context?: any): Promise; }