import { EthSdkContracts } from '../config/types';
import { Fs } from '../peripherals/fs';
export declare function generateIndex(contracts: EthSdkContracts, outputPath: string, outputToAbiRelativePath: string, fs?: Fs): Promise<void>;
export declare function importedAbiIdentifier(keys: string[]): string;
