/** * 验证视频链接地址 * @param {*} str * @returns */ declare const isVideoUrl: (str: string) => boolean; export default isVideoUrl;