import { NetworkinFirewall } from './NetworkinFirewall';
/**
 * The information about other object which are related to this Firewall. the object could be Network
 */
export declare type FirewallRelation = {
    networks?: NetworkinFirewall;
};
