/// <reference types="node" />
import { AxiosInstance } from "axios";
export declare const downloadPlaylist: (url: string, clientID: string, axiosInstance: AxiosInstance) => Promise<[NodeJS.ReadableStream[], String[]]>;
