import { DispatchHandler, DispatchOptions } from './types'; export default function findMatch(types: TDispatch[], dispatchers: DispatchHandler[], options: DispatchOptions, throwOverride?: boolean): TReturn | null;