declare module "snappyjs" { export function compress(input: T): T; export function uncompress(input: T, maxLength?: number): T; }