import { LinkedNetwork } from './LinkedNetwork';
export declare type LinkedNetworkGetResponse = {
    network_relation?: LinkedNetwork;
};
