export declare function isRenamed(name: string): boolean;
export declare function renameContract(name: string, _suffix?: string): string;
export declare function renamePath(filePath: string, _suffix?: string): string;
export declare function renameRelativePath(filePath: string, _suffix: string | undefined, basePath: string): string;
export declare function getContractsImportPath(contractPaths: Map<string, Set<string>>, basePath: string, suffix?: string): string;
//# sourceMappingURL=rename.d.ts.map