export declare class Mnemonic { /** * * Creates a new password using words from a newly created bip39 mnemonic * * @returns string */ static createPassword(n?: number): string; /** * * Creates a new bip39 mnemonic * * @returns string */ static createRecoveryPhrase(wordlist?: string[], strength?: number): string; } //# sourceMappingURL=mnemonic.d.ts.map