import { SourceUnit } from 'solidity-ast';
import { Transformation } from './type';
import { TransformerTools } from '../transform';
export declare function removeLeftoverConstructorHead(sourceUnit: SourceUnit): Generator<Transformation>;
export declare function transformConstructor(sourceUnit: SourceUnit, tools: TransformerTools): Generator<Transformation>;
//# sourceMappingURL=transform-constructor.d.ts.map