import type { BaseHelperOpts as CoreBaseHelperOpts } from "@vot.js/core/types/helpers/base"; import type { ServiceConf } from "../service.js"; export interface BaseHelperOpts extends CoreBaseHelperOpts { video?: HTMLVideoElement; } //# sourceMappingURL=base.d.ts.map