import { type IlluminatedContact } from "@nodesecure/contact";
import type { Contact } from "@nodesecure/npm-types";
import type { Dependency } from "../types.js";
export interface GetWarningsResult {
    warnings: string[];
    illuminated: IlluminatedContact[];
}
export declare function getDependenciesWarnings(dependenciesMap: Map<string, Dependency>, highlightContacts?: Contact[]): Promise<GetWarningsResult>;
//# sourceMappingURL=warnings.d.ts.map