import { HttpService } from '@nestjs/axios'; import { ConfigModuleOptions } from './auth.module-definition'; export declare class FxNotificationService { private httpService; private options; constructor(httpService: HttpService, options: ConfigModuleOptions); create(token: any, body: any): Promise; createMany(token: any, body: any): Promise; getByUser(token: any, pagination: any): Promise; getUnreadCount(token: any): Promise; markAsRead(token: any, id: any): Promise; handleError(error: any): void; } //# sourceMappingURL=notification.service.d.ts.map