import { Type } from '@nestjs/common'; import { Schema } from 'mongoose'; export declare function createSchema(target: Type): Schema;