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