import { Context } from '@byted-apaas/cliore'; export default function redirectIfNeeded(context: Context, onRedirect: (argv: string[]) => Promise, onFinished: () => Promise): Promise;