import { Constructable } from '@aurelia/kernel'; import { IAstEvaluator } from './ast.eval'; /** * For Aurelia packages internal use only, do not use this in application code. * * Add ast evaluator mixin with throw implementation for all methods. */ export declare const mixinNoopAstEvaluator: (target: Constructable) => void; //# sourceMappingURL=ast.utilities.d.ts.map