import type { SumiFont } from '../types.js'; export declare function loadFontFromFile(path: string, name?: string): Promise;