import { EffectHandler2 as EffectHandler } from '../typeHelper';
export declare function subscribeEffect(actionTypes: string[], callback: EffectHandler, effectMap: Map<string, any>): {
    unsubscribe: () => void;
};
