import { SourceUnit } from 'solidity-ast';
import { Transformation } from './type';
import { TransformerTools } from '../transform';
import { OutputFile } from "../index";
export declare function addDiamondStorage(newFiles: OutputFile[]): (sourceUnit: SourceUnit, tools: TransformerTools) => Generator<Transformation>;
//# sourceMappingURL=add-diamond-storage.d.ts.map