import { DiscoverHost } from './DiscoverHost'; export interface DiscoveryConfig { credentials?: Map<string, any[]>; }