export declare const $NetworkRelation: {
    properties: {
        servers: {
            type: string;
        };
        vlans: {
            type: string;
        };
    };
};
