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