import { SfCommand } from '@salesforce/sf-plugins-core'; import type { SetupAgentsCanvasCleanResult } from '../../../types/index.js'; export default class CanvasClean extends SfCommand { static readonly summary: string; static readonly description: string; static readonly examples: string[]; static readonly flags: { path: import("@oclif/core/interfaces").OptionFlag; yes: import("@oclif/core/interfaces").BooleanFlag; }; run(): Promise; }