export declare const $LinkedNetworkGetResponse: {
    properties: {
        network_relation: {
            type: string;
        };
    };
};
