import { APIVideo } from './api-types/APIVideo'; export declare class HAnimeVideo { private video; constructor(video: APIVideo); get titles(): import(".").APITitle[]; get name(): string; get views(): number; get interests(): number; get poster_url(): string; get cover_url(): string; get video_url(): string; get duration(): number; get brand(): string; get rating(): number; get likes(): number; get dislikes(): number; get downloads(): number; get monthly_rank(): number; get created_at(): Date; get released_at(): Date; get description(): string; get tags(): { id: number; text: "3d" | "ahegao" | "anal" | "bdsm" | "big boobs" | "blow job" | "bondage" | "boob job" | "censored" | "comedy" | "cosplay" | "creampie" | "dark skin" | "facial" | "fantasy" | "filmed" | "foot job" | "futanari" | "gangbang" | "glasses" | "hand job" | "harem" | "hd" | "horror" | "incest" | "inflation" | "lactation" | "loli" | "maid" | "masturbation" | "milf" | "mind break" | "mind control" | "monster" | "nekomimi" | "ntr" | "nurse" | "orgy" | "plot" | "pov" | "pregnant" | "public sex" | "rape" | "reverse rape" | "rimjob" | "scat" | "school girl" | "shota" | "softcore" | "swimsuit" | "teacher" | "tentacle" | "threesome" | "toys" | "trap" | "tsundere" | "ugly bastard" | "uncensored" | "vanilla" | "virgin" | "watersports" | "x-ray" | "yaoi" | "yuri"; count: number; description: string; wide_image_url: string; tall_image_url: string; }[]; get franchise(): { id: number; name: string; slug: string; title: string; }; get franchise_videos(): import(".").APIFranchiseVideoInfo[]; get next_video(): import(".").APIFranchiseVideoInfo; get next_random_video(): import(".").APIFranchiseVideoInfo; get is_censored(): boolean; get data(): APIVideo; }