import { type KeyPair } from '@dxos/keys'; /** * Generate bip39 seed phrase (aka mnemonic). */ export declare const generateSeedPhrase: () => string; /** * Generate key pair from seed phrase. */ export declare const keyPairFromSeedPhrase: (seedPhrase: string) => KeyPair; //# sourceMappingURL=seedphrase.d.ts.map