/** * List Command */ import { Command } from 'commander'; export declare function listCommand(): Command; //# sourceMappingURL=list.d.ts.map