import { GitHubClientContext } from '../../types/github-client-context'; /** * Update rate limit information from response headers. * * @param context - Client context with mutable rate limit fields. * @param headers - Response headers map. */ export declare function updateRateLimitInfo(context: GitHubClientContext, headers: Record): void;