export declare const $Location: {
    properties: {
        iata: {
            type: string;
        };
        labels: {
            type: string;
            contains: {
                type: string;
            };
        };
        name: {
            type: string;
            format: string;
        };
        object_uuid: {
            type: string;
            format: string;
        };
        country: {
            type: string;
            format: string;
        };
        active: {
            type: string;
        };
        change_requested: {
            type: string;
        };
        cpunode_count: {
            type: string;
        };
        public: {
            type: string;
        };
        product_no: {
            type: string;
        };
    };
};
