import { type ReactiveControllerHost } from 'lit'; import { RequestQueue } from './RequestQueue'; /** * Creates and returns a `RequestQueue` that starts when the given `host` element connects * to the DOM, and destroys it when the `host`disconnects from the DOM. */ export declare function hostRequestQueue(host: ReactiveControllerHost): RequestQueue; //# sourceMappingURL=hostRequestQueue.d.ts.map