import { CreateResponse } from "../../interfaces/response/response.interface"; import * as i0 from "@angular/core"; export declare class NotificationCreateAndUpdate { nextHandler(response: CreateResponse | any, notificationService: any, dialogRef: any, unSubsDialog: any, modo?: string): void; erroHandler(err: any, notificationService: any): void; deleteNextHandler: (response: Response, notificationService: any) => void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }