import { type Route } from './router'; export declare const schemaValidation: (route: Route) => import("./middleware").Middleware>;