import { PublicKey, SpaceId } from '@dxos/keys'; /** * Space keys are generated by creating a keypair, and then taking the first 20 bytes of the SHA-256 hash of the public key and encoding them to multibase RFC4648 base-32 format (prefixed with B, see Multibase Table). * Inspired by how ethereum addresses are derived. */ export declare const createIdFromSpaceKey: (spaceKey: PublicKey) => Promise; //# sourceMappingURL=space-id.d.ts.map