/** * Validate generated lexicon-fly artifacts. * * Thin wrapper around the core validation framework * with fly-specific configuration. */ import { type ValidateResult } from "@intentius/chant/codegen/validate"; export type { ValidateCheck, ValidateResult } from "@intentius/chant/codegen/validate"; /** * Validate the generated lexicon-fly artifacts. */ export declare function validate(opts?: { basePath?: string; }): Promise; //# sourceMappingURL=validate.d.ts.map