import { DispatchHandler, DispatchOptions } from './types'; export default function addOverride(types: TDispatch[], handler: (...types: TDispatch[]) => TReturn, dispatchers: DispatchHandler[], options: DispatchOptions): boolean;