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