declare function downloadCommand(dir: any, { force, ...options }?: {
    force: any;
}): Promise<void>;

export { downloadCommand };
