import { BitError } from '@teambit/bit-error'; export declare class EnvNotFoundInRuntime extends BitError { private id; constructor(id: string); }