import type { BeforeEach, Errback, EvalScripts } from './types'; type ElementType = Element | HTMLElement | null; declare const injectElement: (el: NonNullable, evalScripts: EvalScripts, renumerateIRIElements: boolean, cacheRequests: boolean, httpRequestWithCredentials: boolean, beforeEach: BeforeEach, callback: Errback) => void; export default injectElement;