VOTOpts: {
    fetchFn?: FetchFunction;
    fetchOpts?: Record<string, unknown>;
    getVideoDataFn?: GetVideoDataFunction;
    headers?: Record<string, string>;
    host?: string;
    hostVOT?: string;
    requestLang?: RequestLang;
    responseLang?: ResponseLang;
}