export declare const $Server: {
    properties: {
        cores: {
            type: string;
        };
        relations: {
            type: string;
        };
        legacy: {
            type: string;
        };
        memory: {
            type: string;
        };
        console_token: {
            type: string;
        };
        usage_in_minutes_memory: {
            type: string;
        };
        auto_recovery: {
            type: string;
        };
        create_time: {
            type: string;
            format: string;
        };
        current_price: {
            type: string;
            format: string;
        };
        location_country: {
            type: string;
            format: string;
        };
        location_uuid: {
            type: string;
            format: string;
        };
        usage_in_minutes_cores: {
            type: string;
        };
        object_uuid: {
            type: string;
            format: string;
        };
        change_time: {
            type: string;
            format: string;
        };
        availability_zone: {
            type: string;
        };
        location_iata: {
            type: string;
        };
        labels: {
            type: string;
            contains: {
                type: string;
            };
        };
        hardware_profile: {
            type: string;
        };
        location_name: {
            type: string;
            format: string;
        };
        power: {
            type: string;
        };
        name: {
            type: string;
        };
        status: {
            type: string;
        };
    };
};
