export declare function generateMnemonic(wordsCount?: number, password?: string, wordlist?: string[]): Promise<string[]>;
