import { Class } from '@nestjs-query/core'; import { Hook } from './hooks'; export declare const createDefaultHook: (func: (instance: T, context: any) => T | Promise) => Class>;