import { Video } from "./models/video";
export declare function vivodl(destinationFolder?: string, vivoUrls?: string[]): Promise<Video[]>;
