import { CorsOptions } from "../Interfaces/Cors"; import { Context } from "../Interfaces/Context"; export declare function cors(options?: CorsOptions): (ctx: Context, next: Function) => void; //# sourceMappingURL=SecuredMiddleware.d.ts.map