import { SourceUnit } from 'solidity-ast';
import { Transformation } from './type';
import { TransformerTools } from '../transform';
declare module '../transform' {
    interface TransformData {
        isUsedInNewStatement: boolean;
    }
}
export declare function fixNewStatement(sourceUnit: SourceUnit, tools: TransformerTools): Generator<Transformation>;
//# sourceMappingURL=fix-new-statement.d.ts.map