/**
 * 获取 video 信息
 */
declare function getVideoInfo(src: string): Promise<HTMLVideoElement>;

export { getVideoInfo };
