import { AssembledToolCall } from "../../client/stream/handles/tools.js"; import { ProjectionSpec } from "../types.js"; //#region src/stream/projections/tool-calls.d.ts declare function toolCallsProjection(namespace: readonly string[]): ProjectionSpec; //#endregion export { toolCallsProjection }; //# sourceMappingURL=tool-calls.d.ts.map