import { Network } from './Network';
export declare type NetworkGetResponse = {
    network?: Network;
};
