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