import type { Context } from 'koishi';
export declare function downloadAndMoveFiles(task: string, resource: string, urls: string[], ctx: Context): Promise<string>;
