import { AuthCommand } from '../authCommand.js'; export default class TestSessionsGet extends AuthCommand { static hidden: boolean; static readOnly: boolean; static idempotent: boolean; static description: string; static args: { id: import("@oclif/core/interfaces").Arg>; }; static flags: { result: import("@oclif/core/interfaces").OptionFlag; 'error-group': import("@oclif/core/interfaces").OptionFlag; 'error-groups-limit': import("@oclif/core/interfaces").OptionFlag; 'full-error': import("@oclif/core/interfaces").BooleanFlag; watch: import("@oclif/core/interfaces").BooleanFlag; output: import("@oclif/core/interfaces").OptionFlag; }; run(): Promise; private getTestSession; private showResultDetail; }