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