/// import { Font, Glyph } from "opentype.js"; /** * Generates an obfuscated font based on the provided font and glyphs. * * @param {Font} font - The original font object to be obfuscated. * @param {Glyph[]} glyphs - An array of glyphs used for the obfuscation process. * @returns {Buffer} A buffer containing the obfuscated font data. */ export declare function generateObfuscatedFont(font: Font, glyphs: Glyph[]): Buffer; //# sourceMappingURL=font.d.ts.map