import BaseCommand from "../../../../cli/base-command.js"; export type ConsoleContextArgs = { application: import("../../../../application.js").default; configuration: import("../../../../configuration.js").default; }; /** Velocious console command. */ export default class VelociousCliCommandsConsole extends BaseCommand { /** * Runs execute. * @returns {Promise>} - Resolves with the command result. */ execute(): Promise>; } //# sourceMappingURL=console.d.ts.map