import { Base } from '../base';
export declare class Video extends Base {
    getRelatedVideos(videoId: string): Promise<any>;
    getVideoDetail(videoId: string): Promise<any>;
}
