import { Identity } from '@byted-apaas/cli-core-sdk'; import { Context, MiddlewareNext } from '@byted-apaas/cliore'; export default function checkFlags(context: Context<{}, { tenant?: string | boolean; }, { identity?: Identity; namespace?: string; workspaceRoot: string | null; }>, next: MiddlewareNext): Promise;