import { Logger } from '../../../imports'; declare function downloadFile(url: string, destination: string): Promise; declare function getSpecificFiles(directory: string, extensions: string[], fileName?: string): any; declare function installAgoraALD(logger: Logger): Promise; export { downloadFile, getSpecificFiles, installAgoraALD };