/** * Adapter to attach console logging listeners to a Host running in an app * @hidden */ import { EmitterDebugLogger, Emits } from "@adobe/uix-core"; import type { HostEvents } from "./host.js"; export declare function debugHost(host: Emits): EmitterDebugLogger; //# sourceMappingURL=debug-host.d.ts.map