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