/** * @see https://w3id.org/vc-revocation-list-2020/v1 */ declare const _default: { "@context": { "@protected": boolean; RevocationList2020Credential: { "@id": string; "@context": { "@protected": boolean; id: string; type: string; description: string; name: string; }; }; RevocationList2020: { "@id": string; "@context": { "@protected": boolean; id: string; type: string; encodedList: string; }; }; RevocationList2020Status: { "@id": string; "@context": { "@protected": boolean; id: string; type: string; revocationListCredential: { "@id": string; "@type": string; }; revocationListIndex: string; }; }; }; }; export default _default;