export declare const $FirewallUpdate: {
    properties: {
        name: {
            type: string;
        };
        labels: {
            type: string;
            contains: {
                type: string;
            };
        };
        rules: {
            type: string;
        };
    };
};
