import { IpBriefIndex } from './IpBriefIndex';
export declare type IpsGetResponse = {
    ips?: IpBriefIndex;
};
