// Type definitions for mongoose-deep-populate 2.0.3 // Project: https://github.com/buunguyen/mongoose-deep-populate // Definitions by: Aya Morisawa // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped // TypeScript Version: 2.8 import { Mongoose, Schema } from 'mongoose'; export default function (mongoose: Mongoose): (schema: Schema, options: Object) => void;