export declare function validateMnemonic(mnemonicArray: string[], password?: string, wordlist?: string[]): Promise<boolean>;
