export declare const $NetworkinFirewall: {
    type: string;
    contains: {
        properties: {
            create_time: {
                type: string;
                format: string;
            };
            network_uuid: {
                type: string;
            };
            network_name: {
                type: string;
            };
            object_uuid: {
                type: string;
                format: string;
            };
            object_name: {
                type: string;
            };
        };
    };
};
