import { Middleware } from "../types/http.js"; export declare const createRequestSizeLimiter: (maxSizeBytes?: number) => Middleware; //# sourceMappingURL=requestSize.d.ts.map