import { ActionCreator } from "@ngrx/store"; export declare type onActionConfig = { actions: ActionCreator[]; }; export declare const SUBSCRIPTION_KEYS = "__onAction_sub$"; export declare function OnAction(config: onActionConfig): >(target: T, propertyKey: K, descriptor: PropertyDescriptor) => void;