import type { Posture } from "../config/posture.js"; import type { PlanContext } from "../internals/plan.js"; import type { Check } from "../internals/verify.js"; import type { TrustFileInventory } from "./inventory.js"; export declare const POPULAR_PACKAGES: readonly string[]; export declare function resolveInternalScopes(ctx: Pick & Partial>): string[]; export declare function scanTrustDependencyNames(root: string, internalScopes: readonly string[], posture?: Posture, inventory?: TrustFileInventory): Check[];