import { DataModel } from './mongodb'; export declare function assertDataExists(query: any, model: DataModel, data: T): T;