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