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