import type { ParsedMVF } from './types/bundle.js'; /** * Given some value, verifies that it matches the MVF schema. * * @returns boolean */ export declare const validateMvf: (mvf: unknown) => mvf is ParsedMVF; export declare const getMvfValidationErrors: (mvf: unknown) => string[]; //# sourceMappingURL=validate.d.ts.map