import type { ResponseInstance } from '@scalar/oas-utils/entities/spec'; /** Extract content length from headers */ export declare const getContentLength: (response: ResponseInstance) => string | undefined; //# sourceMappingURL=get-content-length.d.ts.map