import type { MinimalVideoData } from "../types/client.js"; import { BaseHelper } from "./base.js"; export default class TwitchHelper extends BaseHelper { API_ORIGIN: string; getClipLink(pathname: string, clipId: string | null): Promise; getVideoData(videoId: string): Promise; getVideoId(url: URL): Promise; } //# sourceMappingURL=twitch.d.ts.map