export interface Video {
    url: string;
    description: string;
    vid: string;
    cover_url: string;
}
export default function getVideoWatermarkFree(videoUrl: string): Promise<Video>;
//# sourceMappingURL=index.d.ts.map