export declare const Name: (name: string) => string;
export declare function info(videoId: string): Promise<any>;
