import { Command } from 'commander'; import { AbstractCommand } from './AbstractCommand.js'; export declare class StatusCommand extends AbstractCommand { commandName: string; commandDescription: string; commandUseCases: string[]; isDeveloperCommand: boolean; initialize(program: Command): Command; execute(): Promise; printDetailedHelp(): void; private getInstanceByGameIdWithEnvironment; } //# sourceMappingURL=StatusCommand.d.ts.map