import { VerificationCheck } from '../../types/check.js'; /** * Check that @context exists and is non-empty. * This is a fatal check - if there's no context, we can't proceed with verification. */ export declare const contextCheck: VerificationCheck; //# sourceMappingURL=context-check.d.ts.map