import { type Response } from '@d-fischer/cross-fetch'; import type { TwitchApiCallOptions } from '../TwitchApiCallOptions'; /** @private */ export declare function handleTwitchApiResponseError(response: Response, options: TwitchApiCallOptions): Promise; /** @private */ export declare function transformTwitchApiResponse(response: Response): Promise; //# sourceMappingURL=transform.d.ts.map