import './hook-require'; import type { Aspect } from '@teambit/harmony'; /** * run bit cli tool * @param additionalAspects optionally, add non-core aspects to the runtime. */ export declare function runBit(additionalAspects?: Aspect[]): Promise;