import ZenCommand from '../shared/zen-command.js'; export default class List extends ZenCommand { static description: string; static flags: { folder: import("@oclif/core/interfaces").OptionFlag; name: import("@oclif/core/interfaces").OptionFlag; }; static args: { type: import("@oclif/core/interfaces").Arg>; }; run(): Promise; } //# sourceMappingURL=list.d.ts.map