import { BaseHelper } from "./base.js"; import type { MinimalVideoData } from "../types/client.js"; export default class KickHelper extends BaseHelper { API_ORIGIN: string; getClipInfo(clipId: string): Promise; getVideoInfo(videoId: string): Promise; getVideoData(videoId: string): Promise; getVideoId(url: URL): Promise; } //# sourceMappingURL=kick.d.ts.map