import { Ed25519KeyPair } from "@transmute/ed25519-key-pair"; export declare class Ed25519VerificationKey2018 extends Ed25519KeyPair { static generate: ({ secureRandom }: { secureRandom: () => Uint8Array; }) => Promise; static from: (args: any) => Promise; constructor(args: any); }