import type { NodePath } from '@babel/traverse'; import * as t from '@babel/types'; export declare function ensureImportingConcat(path: NodePath): void; //# sourceMappingURL=ensureImportingConcat.d.ts.map