import { TEth } from '../models/TEth'; import { IWeb3ClientOptions } from '../clients/interfaces/IWeb3Client'; import { TExplorerDefinition } from '../models/TExplorer'; export declare namespace $config { function get(path: string, $default?: T): T; function getWeb3Options(mix: TEth.Platform | number): IWeb3ClientOptions; function getExplorerOptions(mix: TEth.Platform | number): TExplorerDefinition; function set(path: string, value: T): void; /** * Reloads dequanto env config from cli ARGUMENTS and DQ_SETTINGS__** environment */ function reloadEnv(argv?: string[], env?: { [key: string]: string; }): any; }