import { Command } from '@oclif/core'; export default class AccountList extends Command { static description: string; static examples: string[]; run(): Promise; } //# sourceMappingURL=list.d.ts.map