import { ContextType } from "../../types";
export declare const securityMiddleware: (ctx: ContextType) => void;
