import { type CallHandler, type ExecutionContext, type NestInterceptor } from '@nestjs/common'; import { Observable } from 'rxjs'; export declare class AuthzContextInterceptor implements NestInterceptor { intercept(context: ExecutionContext, next: CallHandler): Observable; } //# sourceMappingURL=authz-context.interceptor.d.ts.map