import BaseCommand from "../base-command.js"; /** CLI command for evaluating inline JavaScript in app context. */ export default class RunnerCommand extends BaseCommand { /** * Runs execute. * @returns {Promise>} - Resolves with the command result. */ execute(): Promise>; } //# sourceMappingURL=runner.d.ts.map