import { BitError } from '@teambit/bit-error'; export declare class EnvNotFound extends BitError { private id; private componentId?; constructor(id: string, componentId?: string | undefined); }