import { type Base58 } from '@localfirst/crypto'; /** * Takes two seeds (in this case, provided by each of two peers that are connecting) and * deterministically derives a shared key. */ export declare const deriveSharedKey: (a: T, b: T) => T; //# sourceMappingURL=deriveSharedKey.d.ts.map