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