/** * @license * Copyright 2025 Google LLC * SPDX-License-Identifier: Apache-2.0 */ import React from 'react'; import type { StreamingState } from '../types.js'; export declare const StreamingContext: React.Context; export declare const useStreamingContext: () => StreamingState;