import type { NodePath } from '@babel/traverse';
import type { ImportDeclaration } from '@babel/types';
declare function rewriteSource(t: typeof import('@babel/types'), path: NodePath<ImportDeclaration>, libDir: string): void;
export default rewriteSource;