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