type Config = { src?: string; base64?: string; filename?: string; }; export default function download(config?: Config): Promise; export {};