export class Evaluator { static cache: {}; static protectedEval: boolean; static noeval: boolean; static template(template: any, hash: any): any; static interpolate(rawTemplate: any, data: any, _options: any): any; }