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