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