import { ReactFrontendTool } from "../types/frontend-tool.cjs"; //#region src/hooks/use-frontend-tool.d.ts declare function useFrontendTool = Record>(tool: ReactFrontendTool, deps?: ReadonlyArray): void; //#endregion export { useFrontendTool }; //# sourceMappingURL=use-frontend-tool.d.cts.map