import { Command } from '@oclif/command'; export default class ClocksDelete extends Command { static description: string; static aliases: string[]; static flags: { id: import("@oclif/parser/lib/flags").IOptionFlag; force: import("@oclif/parser/lib/flags").IBooleanFlag; }; run(): Promise; }