import * as mongoose from 'mongoose'; import { IPitmartDataAccessBaseModel } from './pitmart.data.access.base.interface'; export declare class PitmartDataAccessBaseModel { static getModel(options: IPitmartDataAccessBaseModel): mongoose.Model, {}, {}, {}, {}, "type", { [x: string]: any; }> & mongoose.Document, {}, {}, {}, any>; } //# sourceMappingURL=pitmart.data.access.base.model.d.ts.map