import { Class } from '@nestjs-query/core'; import { NestInterceptor } from '@nestjs/common'; import { HookTypes, Hook } from '../hooks'; export declare type HookContext> = { hook?: H; }; export declare function HookInterceptor(type: HookTypes, ...DTOClasses: Class[]): Class;