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