declare function evalJs(js: string, ctx?: any): void;

export = evalJs;
