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