import { RuleMatcherFn } from '../config/dependency-rules-config'; /** * Restrict access to any other module */ export declare const noDependencies: RuleMatcherFn[];