import { CommonArgs, YargsCommandModule } from '../../types/Yargs.js'; type AccountCreateOverrideArgs = CommonArgs & { account: string | number; }; declare const accountCreateOverrideCommand: YargsCommandModule; export default accountCreateOverrideCommand;