import { NetworkIndex } from './NetworkIndex';
export declare type NetworksGetResponse = {
    networks?: NetworkIndex;
};
