UNPKG

@aidarkezio/main-func

Version:
5 lines • 357 B
import { YoutubeDownloader, YoutubeDownloaderV3 } from './types.js'; export declare function youtubedl(url: string, server?: string): Promise<YoutubeDownloader>; export declare function youtubedlv2(url: string): Promise<YoutubeDownloader>; export declare function youtubedlv3(Url: string): Promise<YoutubeDownloaderV3>; //# sourceMappingURL=youtube.d.ts.map