import { BaseCommand } from '../../../base-command.js'; export default class DbBackupList extends BaseCommand { static summary: string; static description: string; static examples: string[]; static flags: { name: import("@oclif/core/interfaces").OptionFlag; verbose: import("@oclif/core/interfaces").BooleanFlag; env: import("@oclif/core/interfaces").OptionFlag; }; run(): Promise; } //# sourceMappingURL=list.d.ts.map