import { MnemonicMatch } from "./mnemonicMatch"; export interface MnemonicMatchGroup { mnemonic: string; matches: Array; }