/** * Parse `X-Request-ID` from a Fetch Response (length capped at 128). */ /** * Returns the response `X-Request-ID` header when present and within length limits. */ export declare function readRequestId(response: Response): string | undefined; //# sourceMappingURL=readRequestId.d.ts.map