import { Context } from "../imports/Context"; import { Function } from "../imports/Function"; export declare class NotificationActionService { constructor( cx?: Context, args?: any[], ctorObj?: Function, inNewExpr?: boolean ); log(message?: string): void; runById(id?: string, async?: boolean): any; runByName(name?: string, async?: boolean): any; }