import { VerificationCheck } from '../../types/check.js'; /** * Check that credential.id, if present, is a valid URL. * This is a fatal check - an invalid ID format is a structural problem. */ export declare const credentialIdCheck: VerificationCheck; //# sourceMappingURL=credential-id-check.d.ts.map