import { VideoService } from "../types/service.js"; export declare function convertVOT(service: T, videoId: string | number, url: string): { service: string; videoId: string; } | { service: T; videoId: string | number; }; //# sourceMappingURL=vot.d.ts.map