import { SourceUnit } from 'solidity-ast';
import { Transformation } from './type';
import { TransformerTools } from '../transform';
export declare function renameIdentifiers(sourceUnit: SourceUnit, { resolver }: TransformerTools): Generator<Transformation>;
//# sourceMappingURL=rename-identifiers.d.ts.map