import type { TExtend } from 'tsfn'; import type { THandlers, TActualHandlers } from './map-handlers'; export declare const mapHandlersFactory:

>(getHandlers: (props: P) => R) => (props: P) => TExtend>;