import * as babel from '@babel/core';
declare function rewriteSource(t: typeof babel.types, path: babel.NodePath<babel.types.ImportDeclaration>, libDir: string): void;
export default rewriteSource;
