import * as hl from "highland"; export declare class NodeTextSizer { fontFamiliesToLoad: string[]; layoutOpentypeMap: Record>; fontPathMap: Record>; fontPathSource: Record>; constructor(fontFamiliesToLoad?: string[]); getFontPathByFontFamily: (fontFamily: any) => any; loadOpentypeLayoutMap: (fontFamilies: any) => any; loadOpentypeLayout: (fontFamily: any) => any; }