export declare type KeyPair = { publicKey: string; privateKey: string; }; //# sourceMappingURL=keyPair.d.ts.map