import { Class } from '@nestjs-query/core'; import { NestInterceptor } from '@nestjs/common'; import { Authorizer } from '../auth'; export declare type AuthorizerContext = { authorizer: Authorizer; }; export declare function AuthorizerInterceptor(DTOClass: Class): Class;