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