import { Twitter } from "../types/twitter"; import { Config } from "../types/config"; export declare const TwitterDL: (url: string, config?: Config, proxy?: string) => Promise;