import { CallHandler, ExecutionContext, NestInterceptor } from '@nestjs/common';
import { Observable } from 'rxjs';
import { NormalizerService } from './normalizer.service';
export declare class NormalizerInterceptor implements NestInterceptor {
    private readonly normalizerService;
    constructor(normalizerService: NormalizerService);
    private normalize;
    intercept(context: ExecutionContext, next: CallHandler): Observable<any>;
}
//# sourceMappingURL=normalizer.interceptor.d.ts.map