export declare const $Template: {
    properties: {
        status: {
            type: string;
        };
        ostype: {
            type: string;
        };
        location_uuid: {
            type: string;
            format: string;
        };
        version: {
            type: string;
        };
        location_iata: {
            type: string;
        };
        change_time: {
            type: string;
            format: string;
        };
        private: {
            type: string;
        };
        object_uuid: {
            type: string;
            format: string;
        };
        license_product_no: {
            type: string;
        };
        create_time: {
            type: string;
            format: string;
        };
        usage_in_minutes: {
            type: string;
        };
        capacity: {
            type: string;
        };
        location_name: {
            type: string;
            format: string;
        };
        distro: {
            type: string;
        };
        description: {
            type: string;
        };
        current_price: {
            type: string;
            format: string;
        };
        location_country: {
            type: string;
            format: string;
        };
        name: {
            type: string;
        };
        labels: {
            type: string;
            contains: {
                type: string;
            };
        };
    };
};
