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