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