import { Font } from './types'; export declare function transform(s: string, font: Font, join?: number): string;