import { INetwork } from './interfaces';
export declare function networkAdapter(network: string | INetwork, gasRelay?: boolean): INetwork;
