import { Command } from '@oclif/core';
export default class ListCommand extends Command {
    static description: string;
    run(): Promise<void>;
}
