export declare const evaluate: (scope: any, exp: string, el?: Node | undefined) => any; export declare const execute: (scope: any, exp: string, el?: Node | undefined) => any;