import VOTCoreClient, { VOTWorkerClient as VOTCoreWorkerClient } from "@vot.js/core/client"; import type { VOTOpts } from "@vot.js/core/types/client"; import { VideoService } from "./types/service.js"; export default class VOTClient extends VOTCoreClient { constructor(opts?: VOTOpts); } export declare class VOTWorkerClient extends VOTCoreWorkerClient { constructor(opts?: VOTOpts); } //# sourceMappingURL=client.d.ts.map