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