/** * Helper function that will build out each piece of the model-decorator API and convert it to a mongoose model object * * @param constructor: any * The constructor we need to build the mongoose object out of * @return: any * Will return a mongoose model object ready to be processed by mongoose */ export declare function GetInternalMongooseMetaData(constructor: any): any;