import { Injector } from '@angular/core'; /** * This module enable actions calls listener. * You don`t need import this module for use @Action decorator. * @Example: You develop plugin that listen actions calls and send to statistics server. You need import SasActionsModule module to root module and after that inject ActionsListenerService and subscribe to listen() method */ export declare class SasActionsModule { constructor(injector: Injector); }