import { Schema } from 'mongoose'; import { type Class } from 'type-fest'; export declare class SchemaFactory { constructor(); private static isPrimitiveType; private static isMongooseSchemaType; private static getType; private static createDefinition; static create(target: Class): Schema; }