declare type MnemonicLanguage = "ENGLISH" | "SPANISH" | "TODO";
export default MnemonicLanguage;
