import HttpClient from './index'; import { NotificationDto } from "../data/Notification"; export declare class NotificationService extends HttpClient { getById(bearer: string, account: string, companyId: string, notificationId: string): Promise; protected filteredDataLog(data: any): any; }