export declare const $Ip: {
    properties: {
        create_time: {
            type: string;
            format: string;
        };
        status: {
            type: string;
        };
        relations: {
            type: string;
        };
        object_uuid: {
            type: string;
            format: string;
        };
        location_country: {
            type: string;
            format: string;
        };
        prefix: {
            type: string;
        };
        delete_block: {
            type: string;
        };
        failover: {
            type: string;
        };
        location_uuid: {
            type: string;
            format: string;
        };
        location_name: {
            type: string;
            format: string;
        };
        labels: {
            type: string;
            contains: {
                type: string;
            };
        };
        change_time: {
            type: string;
            format: string;
        };
        ip: {
            type: string;
        };
        family: {
            type: string;
        };
        location_iata: {
            type: string;
        };
        reverse_dns: {
            type: string;
        };
        current_price: {
            type: string;
            format: string;
        };
        usage_in_minutes: {
            type: string;
        };
        name: {
            type: string;
        };
    };
};
