import { NetworkIndex } from './NetworkIndex';
export declare type DeletedNetworksGetResponse = {
    deleted_networks?: NetworkIndex;
};
