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