declare module 'ttf2woff2' { function ttf2woff2(ttf: Uint8Array, options: any): Buffer; export default ttf2woff2; }