import type { BuildContext } from "../../types.d.ts"; declare const validateDependencies: (context: BuildContext) => void; export = validateDependencies;