import { Ipv4Block } from '../../../Ipv4Block';
/** Structure describing NVMeoF cluster ACLs */
export interface Management {
    /** Cluster management clients */
    networks?: Ipv4Block[];
}
//# sourceMappingURL=Management.d.ts.map