import type { Action } from '../context/DispatchContext.js'; declare function checkActionType(type: Action['type']): boolean; export default checkActionType; //# sourceMappingURL=IgnoreActions.d.ts.map