export type LastUpdateEventMap = Map<number, {
    lastUpdateEvent: unknown;
}>;
export declare function createLastUpdateEventMap(): import("../../../handlers/gestures/reanimatedWrapper").SimplifiedShareableHost<LastUpdateEventMap> | undefined;
//# sourceMappingURL=lastUpdateEventMap.d.ts.map