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