import { YT_StreamingAdaptiveFormat, YTDL_VideoInfo } from '../../types'; import { InternalDownloadOptions } from '../../core/types'; declare function _getBasicInfo(id: string, options: InternalDownloadOptions, isFromGetInfo: boolean): Promise>; declare function getBasicInfo(link: string, options: InternalDownloadOptions): Promise>; export { _getBasicInfo, getBasicInfo };