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