import { CommonArgs, ConfigArgs, YargsCommandModule } from '../../types/Yargs.js'; type AccountListArgs = CommonArgs & ConfigArgs; declare const accountListCommand: YargsCommandModule; export default accountListCommand;