export declare const $NetworkGetResponse: {
    properties: {
        network: {
            type: string;
        };
    };
};
