/** * Creates a new Mongoose schema with Bedrock extensions * applied. For more about syntax and functionality see * [the documentation](https://github.com/bedrockio/model#schemas). * @param {object} definition * @param {mongoose.SchemaOptions} [options] * @returns {mongoose.Schema} */ export function createSchema(definition: object, options?: mongoose.SchemaOptions): mongoose.Schema; export function normalizeAttributes(arg: any, path?: any[]): any; import mongoose from 'mongoose'; //# sourceMappingURL=schema.d.ts.map