/**
 * @author WMXPY
 * @namespace Evaluate
 * @description Template Literal
 */
import { Evaluator } from "../declare/evaluate";
import { ISandbox } from "../declare/sandbox";
export declare const mountTemplateLiteral: (sandbox: ISandbox) => void;
export declare const templateLiteralEvaluator: Evaluator<"TemplateLiteral">;
