import { middlewareFunc } from '../echo'; export declare function compress(options?: { [key: string]: any; }): middlewareFunc;