import { BaseCommand } from '../../base-command.js'; export default class ServicesStatus extends BaseCommand { static summary: string; static description: string; static examples: string[]; static flags: { verbose: import("@oclif/core/interfaces").BooleanFlag; }; run(): Promise; } //# sourceMappingURL=status.d.ts.map