import { type IPackage } from "../../../package/package.js"; import { type ILintCheck } from "../LintRule.js"; export declare class OSILicenseCheck implements ILintCheck { name: string; check(pkg: IPackage): string | undefined; private static osiLicenses; }