import * as t from '@babel/types'; /** * Given a template literal, validate it has no interpolation */ export declare function validateTemplateLiteral(templateLiteral: t.TemplateLiteral): { errors: string[]; value?: string; }; //# sourceMappingURL=validateTemplateLiteral.d.ts.map