import { type Identity, type RegionType } from '@byted-apaas/cli-core-sdk'; import { type Context } from '@byted-apaas/cliore'; export default function clone(context: Context<{ namespace: string; destination?: string; }, { tenant?: string; 'install-deps'?: boolean; modules: string[]; branch?: string; }, { identity: Identity; region: RegionType; }>): Promise;