import { Target } from 'redux-beacon';
import { IExtension } from 'redux-dynamic-modules';
/**
 * Get an extension that integrates redux-beacon events with the store
 * @param target - The redux beacon target to send events to
 */
export declare function getBeaconExtension(target: Target): IExtension;
