import { DefaultKeys, Ed25519KeyPair } from '@bitgo-beta/sdk-core'; export declare class KeyPair extends Ed25519KeyPair { /** @inheritdoc */ getKeys(): DefaultKeys; /** @inheritdoc */ recordKeysFromPrivateKeyInProtocolFormat(prv: string): DefaultKeys; /** @inheritdoc */ recordKeysFromPublicKeyInProtocolFormat(pub: string): DefaultKeys; /** @inheritdoc */ getAddress(): string; } //# sourceMappingURL=keyPair.d.ts.map