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