import { IndexedPairMap } from '../../dictionary/type'; export declare const convertPhrase: (pack: IndexedPairMap, text: string) => string;