export interface DiscoveryConfig { enabled?: boolean; scanMs?: number; topicBlacklist?: string[]; } //# sourceMappingURL=DiscoveryConfig.d.ts.map