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