import { SourceUnit } from 'solidity-ast';
import { Transformation } from './type';
export declare function removeInheritanceListArguments(sourceUnit: SourceUnit): Generator<Transformation>;
//# sourceMappingURL=remove-inheritance-list-args.d.ts.map