import { CommonArgs, ConfigArgs, AccountArgs, EnvironmentArgs, YargsCommandModule } from '../../types/Yargs.js'; type ListSecretArgs = CommonArgs & ConfigArgs & AccountArgs & EnvironmentArgs; declare const listSecretCommand: YargsCommandModule; export default listSecretCommand;