import { type Handle } from './index.js'; export * from './index.js'; /** * Exposed so the adapter can be stopped or inspected from the console. * * Through `startOnce`, because this file is the entry point of an IIFE bundle * and a page can easily end up with two of them — a hand-written tag and a tag * manager's, often pinned to two different versions, which rules out any * dedupe by URL. Both evaluate, and the second one asked the WebMCP surface for * names the first already held. */ export declare const ready: Promise;