import { type Identity } from '@byted-apaas/cli-core-sdk'; import { type ArgumentValue, type Context } from '@byted-apaas/cliore'; export default function deploy(context: Context, { path?: string; yes?: boolean; }, { identity: Identity; namespace: string; workspaceRoot: string; }>): Promise;