import { Command } from '@oclif/core'; export default class SecretList extends Command { static description: string; static flags: { help: import("@oclif/core/lib/interfaces/parser.js").BooleanFlag; cluster: import("@oclif/core/lib/interfaces/parser.js").OptionFlag; 'work-dir': import("@oclif/core/lib/interfaces/parser.js").OptionFlag; }; run(): Promise; getSecretsByCluster(apiKey: string, flags: any): Promise; }