'use strict'; /** @type {Awaited['prompter']} */ exports.prompter = async (...args) => { (await import('./lib/index.js')).prompter(...args); };