import { ReactHumanInTheLoop } from "../types/human-in-the-loop.cjs"; //#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.cts.map