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