import { Context } from '../context';
import { MongoModel } from '../models';
export declare const hooks: (((ctx: Context, model: MongoModel, field: string) => void) | ((ctx: Context, fields: string | string[], source?: string) => void))[];
