import { Context } from '../context';
import { MongoModel } from '../models';
export declare function exists(ctx: Context, model: MongoModel, field: string): void;
