import { Font } from './types'; export declare const convertChar: (char: string, font: Font, reverse?: boolean) => string;