import { ElementImperativeHandle } from '../../runtimes/react/element-imperative-handle'; import { type Action, type UnknownAction } from '../actions'; type State = Map>; export declare function getElementImperativeHandles(state: State): Map>; export declare function reducer(state: State | undefined, action: Action | UnknownAction): State; export {}; //# sourceMappingURL=element-imperative-handles.d.ts.map