import { Journal } from "./journal.js"; import { Fixture, HandlerDefaults, RecordProviderKey } from "./types.js"; import * as http$1 from "node:http"; //#region src/gemini.d.ts declare function handleGemini(req: http$1.IncomingMessage, res: http$1.ServerResponse, raw: string, model: string, streaming: boolean, fixtures: Fixture[], journal: Journal, defaults: HandlerDefaults, setCorsHeaders: (res: http$1.ServerResponse) => void, providerKey?: RecordProviderKey): Promise; //#endregion export { handleGemini }; //# sourceMappingURL=gemini.d.ts.map