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