import { ThfHttpInterceptorBaseService } from '@totvs/thf-core/interceptors/thf-http-interceptor-base'; import { ThfNotificationService } from './../../services/thf-notification/thf-notification.service'; import { ThfDialogService } from './../../services/thf-dialog/thf-dialog.service'; /** * @extends ThfHttpInterceptorBaseService * * @example * * * * */ export declare class ThfHttpInterceptorService extends ThfHttpInterceptorBaseService { constructor(notification: ThfNotificationService, dialog: ThfDialogService); }