import { BitError } from '@teambit/bit-error'; export declare class YargsExitWorkaround extends BitError { exitCode: number; helpMsg: string; constructor(exitCode: number, helpMsg: string); }