import { LinkedIpBrief } from './LinkedIpBrief';
export declare type LinkedIpsGetResponse = {
    ip_relations?: Array<LinkedIpBrief>;
};
