import { Command } from '@oclif/core'; export default class InteractionsDelete extends Command { static description: string; static examples: string[]; static args: { id: import("@oclif/core/interfaces").Arg; }; static flags: { database: import("@oclif/core/interfaces").OptionFlag; }; run(): Promise; } //# sourceMappingURL=delete.d.ts.map