import { BaseHelper } from "./base.js"; import type { MinimalVideoData } from "../types/client.js"; import * as BannedVideo from "@vot.js/shared/types/helpers/bannedvideo"; export default class BannedVideoHelper extends BaseHelper { API_ORIGIN: string; getVideoInfo(videoId: string): Promise; getVideoData(videoId: string): Promise; getVideoId(url: URL): Promise; } //# sourceMappingURL=bannedvideo.d.ts.map