import { WordList } from '../Types/WordList'; import { SyntaxError } from './WordListParser.generated'; export declare function parseWordList(input: string): WordList; export { SyntaxError };