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