export declare const $IpsGetResponse: {
    properties: {
        ips: {
            type: string;
        };
    };
};
