import Command, { flags } from './../../base'; import { SecretListInputs } from './../../types'; export default class SecretsList extends Command { static description: string; static flags: flags.Input; sendAnalytics: (inputs: SecretListInputs) => () => Promise; run(): Promise; }