import type { VideoData } from "@vot.js/core/types/client"; import type { GetVideoDataOpts } from "../types/client.js"; import type { ServiceConf, VideoService } from "../types/service.js"; export declare function getService(): ServiceConf[]; export declare function getVideoID(service: ServiceConf, opts?: GetVideoDataOpts): Promise; export declare function getVideoData(service: ServiceConf, opts?: GetVideoDataOpts): Promise>; //# sourceMappingURL=videoData.d.ts.map