export declare function evaluate(exp: string, scope?: {}): any;
