import { Context } from "../imports/Context.js"; import { Function } from "../imports/Function.js"; 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; } //# sourceMappingURL=NotificationActionService.d.ts.map