export declare const $FirewallRules: {
    properties: {
        'rules-v6-in': {
            type: string;
        };
        'rules-v6-out': {
            type: string;
        };
        'rules-v4-in': {
            type: string;
        };
        'rules-v4-out': {
            type: string;
        };
    };
};
