export { attachHevcSupport } from "./plugin.js"; export type { HevcDashPluginConfig } from "./plugin.js"; export { attachDashComputeAware } from "./compute-aware.js"; export type { DashComputeAwareOptions } from "./compute-aware.js"; export { installMSEIntercept, uninstallMSEIntercept, SegmentTranscoder } from "@hevcjs/core"; export type { SegmentTranscoderConfig, TranscodedInit } from "@hevcjs/core"; export { subscribeSegmentStat } from "@hevcjs/core"; export type { SegmentPerfStat } from "@hevcjs/core"; //# sourceMappingURL=index.d.ts.map