import { FC } from "react"; import { RunAction } from "./execution/hook"; declare const Runner: FC; export default Runner;