export declare const $DeletedNetworksGetResponse: {
    properties: {
        deleted_networks: {
            type: string;
        };
    };
};
