import * as ts from 'typescript'; export declare function createMinifier(): (next: string, last?: boolean) => string; export declare function minifyTemplate(templateLiteral: ts.TemplateLiteral, factory: ts.NodeFactory): ts.NoSubstitutionTemplateLiteral | ts.TemplateExpression;