import type { ErrorHandler, FontTypeExtractor } from '../definitions.js'; export declare function createFontTypeExtractor({ errorHandler, }: { errorHandler: ErrorHandler; }): FontTypeExtractor;