import { HyphenationTrieNode } from './types'; export declare function loadPattern(language: string, patternsPath?: string): Promise;