import { SourceUnit } from 'solidity-ast';
import { Transformation } from './type';
import { TransformerTools } from '../transform';
export declare function prependInitializableBase(sourceUnit: SourceUnit, { originalSourceBuf }: TransformerTools): Generator<Transformation>;
//# sourceMappingURL=prepend-initializable-base.d.ts.map