import { CommandModule } from 'yargs'; declare function createOnComplete({ commands }: { commands: CommandModule[]; }): (current: any, argv: any, done: any) => void; export { createOnComplete };