async function executeDownload() { return { success: true, value: 'ok' } } module.exports = { executeDownload }