declare let convert: (buffer: Uint8Array, toFormat: FontType, fromFormat?: FontType) => Promise; import '../adapter/browser/URL.shim'; import { FontType } from '../utils/detectFormat'; export { convert };