export declare const $DeletedIpsGetResponse: {
    properties: {
        deleted_ips: {
            type: string;
        };
    };
};
