import { ActionOptions, ActionType, StateContext } from '@ngxs/store'; export declare function attachAction(storeClass: any, action: ActionType, fn: (ctx: StateContext, action: A) => any, options?: ActionOptions): void;