import * as PeerId from 'peer-id'; /** * @param seed 32 bytes */ export declare function seedToPeerId(seed: string): Promise; export declare function peerIdToSeed(peerId: PeerId): string; //# sourceMappingURL=seed.d.ts.map