import { ExceptionFilter, NestInterceptor } from '@nestjs/common'; export declare const COMMON_INTERCEPTORS: (Function | NestInterceptor)[]; export declare const COMMON_FILTERS: (Function | ExceptionFilter)[];