import { AssembledToolCall } from "../../client/stream/handles/tools.cjs";
import { ProjectionSpec } from "../types.cjs";

//#region src/stream/projections/tool-calls.d.ts
declare function toolCallsProjection(namespace: readonly string[]): ProjectionSpec<AssembledToolCall[]>;
//#endregion
export { toolCallsProjection };
//# sourceMappingURL=tool-calls.d.cts.map