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