import { TranslocoService } from '@jsverse/transloco'; import { NgZone } from '@angular/core'; import { MessageService } from 'primeng/api'; import * as i0 from "@angular/core"; export declare class SpiderlyMessageService { private messageService; private translocoService; private ngZone; constructor(messageService: MessageService, translocoService: TranslocoService, ngZone: NgZone); successMessage(detail: string, title?: string): void; warningMessage(detail: string, title?: string, sticky?: boolean): void; errorMessage(detail: string, title?: string): void; infoMessage(detail: string, title?: string, sticky?: boolean): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }