import { BaseCommand } from '../../base-command.js'; export default class PlatformReportStart 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=start.d.ts.map