import { Command } from '@oclif/core'; export default class ReleaseAssetDeleteCmd extends Command { static description: string; static examples: string[]; static args: { commitOrId: import("@oclif/core/lib/interfaces").Arg>; }; static flags: { key: import("@oclif/core/lib/interfaces").OptionFlag; yes: import("@oclif/core/lib/interfaces").BooleanFlag; }; static authenticated: boolean; run(): Promise; }