import { ReactHumanInTheLoop } from "../types/human-in-the-loop.mjs"; //#region src/hooks/use-human-in-the-loop.d.ts declare function useHumanInTheLoop = Record>(tool: ReactHumanInTheLoop, deps?: ReadonlyArray): void; //#endregion export { useHumanInTheLoop }; //# sourceMappingURL=use-human-in-the-loop.d.mts.map