import { TweetData } from '../util.js';
export declare function getVideo(tweetData: Partial<TweetData>): Promise<string>;
export declare function downloadWithFfmpeg(playlistUrl: string, outputFilename: string): Promise<unknown>;
