export class Secp256k1DidKeypair { static fromPrivateKey(privateKey: any): Secp256k1DidKeypair; constructor(keypair: any); kp: any; keypair(): any; type(): any; base58PublicKey(): string; }