import { PrimariaNotificationService } from './notification-service'; export declare class PrimariaNotificationServiceImpl extends PrimariaNotificationService { private getOrCreateContainer; private removeContainerIfEmpty; private notify; info(message: string, duration?: number): void; warning(message: string, duration?: number): void; error(message: string, duration?: number): void; success(message: string, duration?: number): void; }