export declare const $Network: {
    properties: {
        location_country: {
            type: string;
            format: string;
        };
        location_uuid: {
            type: string;
            format: string;
        };
        public_net: {
            type: string;
        };
        object_uuid: {
            type: string;
            format: string;
        };
        network_type: {
            type: string;
        };
        name: {
            type: string;
        };
        delete_block: {
            type: string;
        };
        status: {
            type: string;
        };
        create_time: {
            type: string;
            format: string;
        };
        l2security: {
            type: string;
        };
        relations: {
            type: string;
        };
        labels: {
            type: string;
            contains: {
                type: string;
            };
        };
        change_time: {
            type: string;
            format: string;
        };
        location_iata: {
            type: string;
        };
        location_name: {
            type: string;
            format: string;
        };
    };
};
