import BaseCommand from "../base-command.js"; /** CLI command for loading and running a user-provided script file. */ export default class RunScriptCommand extends BaseCommand { /** * Runs execute. * @returns {Promise>} - Resolves with the command result. */ execute(): Promise>; } //# sourceMappingURL=run-script.d.ts.map