/** * @see https://w3id.org/security/suites/ed25519-2020/v1 */ declare const _default: { "@context": { id: string; type: string; "@protected": boolean; proof: { "@id": string; "@type": string; "@container": string; }; Ed25519VerificationKey2020: { "@id": string; "@context": { "@protected": boolean; id: string; type: string; controller: { "@id": string; "@type": string; }; revoked: { "@id": string; "@type": string; }; publicKeyMultibase: { "@id": string; "@type": string; }; }; }; Ed25519Signature2020: { "@id": string; "@context": { "@protected": boolean; id: string; type: string; challenge: string; created: { "@id": string; "@type": string; }; domain: string; expires: { "@id": string; "@type": string; }; nonce: string; proofPurpose: { "@id": string; "@type": string; "@context": { "@protected": boolean; id: string; type: string; assertionMethod: { "@id": string; "@type": string; "@container": string; }; authentication: { "@id": string; "@type": string; "@container": string; }; capabilityInvocation: { "@id": string; "@type": string; "@container": string; }; capabilityDelegation: { "@id": string; "@type": string; "@container": string; }; keyAgreement: { "@id": string; "@type": string; "@container": string; }; }; }; proofValue: { "@id": string; "@type": string; }; verificationMethod: { "@id": string; "@type": string; }; }; }; }; }; export default _default;