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(isNamespaced?: (source: string) => boolean): (sourceUnit: SourceUnit, tools: TransformerTools) => Generator<Transformation>;
//# sourceMappingURL=transform-constructor.d.ts.map