export declare const $NetworkUpdate: {
    properties: {
        name: {
            type: string;
        };
        l2security: {
            type: string;
        };
        labels: {
            type: string;
            contains: {
                type: string;
            };
        };
    };
};
