import { VerificationCheck } from '../../types/check.js'; /** * Check that @context includes a valid VC context URI. * This is a fatal check - we need to know which VC version we're dealing with. */ export declare const vcContextCheck: VerificationCheck; //# sourceMappingURL=vc-context-check.d.ts.map