import type { ResponseInstance } from '../../../../v2/blocks/operation-block/helpers/send-request.js'; /** Extract content length from headers */ export declare const getContentLength: (response: ResponseInstance) => string | undefined; //# sourceMappingURL=get-content-length.d.ts.map