import { Middleware } from "../types/http.js"; export declare function serveStatic(baseDir: string): Middleware; //# sourceMappingURL=static.d.ts.map