/**
 * download input file in input dir and returns file name
 */
export declare function prepareInputFile(url: string): Promise<string>;
