import { SourceUnit } from 'solidity-ast';
import { Transformation } from './type';
import { TransformerTools } from '../transform';
export declare function addStorageGaps(sourceUnit: SourceUnit, { getLayout }: TransformerTools): Generator<Transformation>;
//# sourceMappingURL=add-storage-gaps.d.ts.map