import type { ReactiveControllerHost } from 'lit'; /** * Fires the given `eventType` when the given `host` connects to the DOM. A discovery event * also contains an event detail of the form `{ element: host; onDisconnect: () => void; }`. */ export declare function discover(host: ReactiveControllerHost & EventTarget, eventType: keyof GlobalEventHandlersEventMap): void; //# sourceMappingURL=discover.d.ts.map