import { CreateResponse } from "../../interfaces/response/response.interface"; export declare const nextHandler: (response: CreateResponse, notificationService: any, dialogRef: any, unSubsDialog: any) => void; export declare const erroHandler: (err: any, notificationService: any) => void; export declare const deleteNextHandler: (response: Response, notificationService: any) => void;