import type { Binding, NodePath } from '@babel/traverse'; import * as t from '@babel/types'; export declare function renameFast(binding: Binding, newName: string): void; export declare function renameParameters(path: NodePath, newNames: string[]): void; //# sourceMappingURL=rename.d.ts.map