import { AddressFormat, KeyPairOptions } from '@bitgo/sdk-core'; import { CosmosKeyPair } from '@bitgo/abstract-cosmos'; /** * Provenance keys and address management. */ export declare class KeyPair extends CosmosKeyPair { constructor(source?: KeyPairOptions); /** @inheritdoc */ getAddress(format?: AddressFormat): string; } //# sourceMappingURL=keyPair.d.ts.map