import type { CancellationSignal } from "../../../../utils/task_canceller"; import type RxPlayer from "../../public_api"; export default function constructDebugGeneralInfo(instance: RxPlayer, parentElt: HTMLElement, cancelSignal: CancellationSignal): HTMLElement;