import { IpBriefIndex } from './IpBriefIndex';
export declare type DeletedIpsGetResponse = {
    deleted_ips?: IpBriefIndex;
};
