import { FontType } from '../utils/detectFormat'; /** 字体格式转化, node 特供版本,速度非常快 */ export declare const convert: (buffer: Uint8Array, toFormat: FontType, fromFormat?: FontType) => Promise;