import { Command } from '@oclif/command'; export default class RunCommand extends Command { static description: string; static examples: string[]; static strict: boolean; static flags: {}; static args: never[]; run(): Promise; private expandCollections; private getMigrations; private updateConfig; }