import 'rollup-plugin-inject-process-env'; import { SearchAction } from "./actions"; export type SearchDispatch = (action: SearchAction) => void;