export { getLicenseName } from "license-checker-webpack-plugin/src/licenseUtils.js"; import { type Dependency } from "../types"; export declare function getDependenciesWithLicenseViolations(allowedLicenses: string, dependencies: Dependency[]): Dependency[];