import { Schema, Document, Model, Connection } from 'mongoose'; import { Extract } from './types'; export declare function typedModel(name: string, schema?: T, collection?: string, skipInit?: boolean, statics?: S & ThisType>>, connection?: Connection): Model> & S;