import type { AuditResult } from "./types"; export declare function checkLicenses(projectPath: string): AuditResult[]; //# sourceMappingURL=licenses.d.ts.map