export declare const OG_FONT_FAMILY = "Liberation Sans"; export declare const OG_ARABIC_FONT_FAMILY = "Noto Naskh Arabic"; /** * Materialize the embedded OG fonts to disk and return their paths for resvg's * `fontFiles` option. resvg 2.x only accepts file paths (no in-memory buffers), * so the bytes are written once to a content-hashed tmp directory and cached * for the lifetime of the process. Returns `undefined` if the fonts can't be * written, letting the caller fall back to system fonts. */ export declare function resolveOgFontFiles(): string[] | undefined; //# sourceMappingURL=og-fonts.d.ts.map