import type { LocalServer, RouteRequest } from "../../"; export type RequestQuery = null; export type RequestBody = null; export type ResponseBody = { path: string; schema: string; text: string; } | "Not Found"; export type Request = RouteRequest; export declare const addRoutes: (env: LocalServer) => void; export default addRoutes; //# sourceMappingURL=schema-get.d.ts.map