/** * @see https://vc.inrupt.com/credentials/v1 */ declare const _default: { "@context": { "@version": number; "@protected": boolean; ldp: string; acl: string; gc: string; vc: string; xsd: string; issuerService: { "@id": string; "@type": string; }; statusService: { "@id": string; "@type": string; }; verifierService: { "@id": string; "@type": string; }; derivationService: { "@id": string; "@type": string; }; proofService: { "@id": string; "@type": string; }; availabilityService: { "@id": string; "@type": string; }; submissionService: { "@id": string; "@type": string; }; supportedSignatureTypes: { "@id": string; "@type": string; }; include: { "@id": string; "@type": string; }; SolidAccessGrant: string; SolidAccessRequest: string; ExpiredVerifiableCredential: string; inbox: { "@id": string; "@type": string; }; Read: string; Write: string; Append: string; mode: { "@id": string; "@type": string; }; Consent: string; ConsentStatusExpired: string; ConsentStatusExplicitlyGiven: string; ConsentStatusGivenByDelegation: string; ConsentStatusImplicitlyGiven: string; ConsentStatusInvalidated: string; ConsentStatusNotGiven: string; ConsentStatusRefused: string; ConsentStatusRequested: string; ConsentStatusUnknown: string; ConsentStatusWithdrawn: string; forPersonalData: { "@id": string; "@type": string; }; forProcessing: { "@id": string; "@type": string; }; forPurpose: { "@id": string; "@type": string; }; hasConsent: { "@id": string; "@type": string; }; hasContext: { "@id": string; "@type": string; }; hasStatus: { "@id": string; "@type": string; }; inMedium: { "@id": string; "@type": string; }; isConsentForDataSubject: { "@id": string; "@type": string; }; isProvidedTo: { "@id": string; "@type": string; }; isProvidedToPerson: { "@id": string; "@type": string; }; isProvidedToController: { "@id": string; "@type": string; }; providedConsent: { "@id": string; "@type": string; }; inherit: { "@id": string; "@type": string; }; }; }; export default _default;