/*! * Copyright (c) Microsoft Corporation and contributors. All rights reserved. * Licensed under the MIT License. */ import type { RequestHandler } from "express"; export declare class ResponseSizeMiddleware { private readonly maxResponseSizeInMegaBytes; constructor(maxResponseSizeInMegaBytes: number); validateResponseSize(): RequestHandler; } //# sourceMappingURL=responseSizeMiddleware.d.ts.map