/**
 * @packageDocumentation
 * @module harmony-core
 * @hidden
 */
import { ChainType, ChainID } from '@harmony-js/utils';
export interface HarmonyConfig {
    chainUrl?: string;
    chainType: ChainType;
    chainId: ChainID;
    shardID?: number;
}
export declare function createWeb3(_web3: any): void;
//# sourceMappingURL=util.d.ts.map