export interface IKeyPair { publicKey: string; privateKey: string; compressed: boolean; } //# sourceMappingURL=identities.d.ts.map