import { ActionCreator } from "@ngrx/store"; export interface IDispatchOnDoneConfig { actions: ActionCreator[]; dispatch: ActionCreator; } export declare function DispatchOnActionEffect(config: IDispatchOnDoneConfig): >(target: T, propertyKey: K) => void;