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