import { Journal } from "./journal.cjs";
import { Fixture, HandlerDefaults, RecordProviderKey } from "./types.cjs";
import * as http$1 from "node:http";

//#region src/embeddings.d.ts

declare function handleEmbeddings(req: http$1.IncomingMessage, res: http$1.ServerResponse, raw: string, fixtures: Fixture[], journal: Journal, defaults: HandlerDefaults, setCorsHeaders: (res: http$1.ServerResponse) => void, providerKey?: RecordProviderKey): Promise<void>;
//# sourceMappingURL=embeddings.d.ts.map

//#endregion
export { handleEmbeddings };
//# sourceMappingURL=embeddings.d.cts.map