declare module 'pako/dist/pako_deflate' { export const deflate: any; } declare module 'pako/dist/pako_inflate' { export const inflate: any; } declare module 'pako' { export const deflate: any; export const inflate: any; }