import type { Module } from './crypto25519.js'; /** Derives a BIP-39 seed and clears encoded and staged secret material. */ export declare function toSeed(module: Module, mnemonic: string, passphrase?: string): Uint8Array; //# sourceMappingURL=mnemonic.d.ts.map