import { DependencyCheckContext, DependencyRulesConfig } from '../config/dependency-rules-config'; export declare const isDependencyAllowed: (from: string, tos: string[], config: DependencyRulesConfig, context: DependencyCheckContext) => boolean;