import { DeleteBaseCommand } from "../../../lib/basecommands/DeleteBaseCommand.js"; export declare class Delete extends DeleteBaseCommand { static description: string; static resourceName: string; static args: { "backup-schedule-id": import("@oclif/core/interfaces").Arg>; }; static flags: { quiet: import("@oclif/core/interfaces").BooleanFlag; }; protected deleteResource(): Promise; }