import { EthSdkCliArgs } from '../parseArgs'; import { Fs } from '../peripherals/fs'; /** * @param args - arguments passed to the CLI * @param fs - file system fasade * @returns path to config file */ export declare function findConfigFile(args: EthSdkCliArgs, fs: Fs): string;