import type { StreamFunction } from "../types"; import { type GoogleSharedStreamOptions } from "./google-shared"; export type GoogleOptions = GoogleSharedStreamOptions; export declare const streamGoogle: StreamFunction<"google-generative-ai">;