import ts from 'typescript'; /** * Remaps static/dynamic esm imports/re-exports in a source file * to the actual files resolved by TypeScript. * * It ignores relative targets or ones resolved to definition (.d.ts) files. * */ export declare function resolvedModulesTransformer(context: ts.TransformationContext): ts.Transformer; //# sourceMappingURL=resolved-modules-transformer.d.ts.map