import { ContractDefinition } from 'solidity-ast';
import { TransformHelper } from '../type';
import { TransformerTools } from '../../transform';
export declare function buildSuperCallsForChain(contractNode: ContractDefinition, { resolver }: TransformerTools, helper: TransformHelper): string[];
//# sourceMappingURL=build-super-calls-for-chain.d.ts.map