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