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