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