import type * as EpicGames from "@vot.js/shared/types/helpers/epicgames"; import type { MinimalVideoData } from "../types/client.js"; import { BaseHelper } from "./base.js"; export default class EpicGamesHelper extends BaseHelper { API_ORIGIN: string; getPostInfo(videoId: string): Promise; getVideoBlock(): { playlistUrl: string; subtitles: EpicGames.VideoCaption[]; } | undefined; getVideoData(videoId: string): Promise; getVideoId(_url: URL): Promise; } //# sourceMappingURL=epicgames.d.ts.map