import { VerificationCheck } from '../../types/check.js'; /** * Check that a proof property exists on the credential. * This is a fatal check - we cannot verify without a proof. */ export declare const proofExistsCheck: VerificationCheck; //# sourceMappingURL=proof-exists-check.d.ts.map