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