import type { ImportDeclaration as EsImportDeclaration } from 'estree'; import type { TemplateOpts, TransformerContext } from './types'; export declare function createNewContext(templateOptions: TemplateOpts): { getImports: () => EsImportDeclaration[]; cxt: TransformerContext; }; //# sourceMappingURL=context.d.ts.map