import { Schema } from "mongoose";
import { PluginSchemaOptions } from "./types";
export { confidenceScore, sort } from "./helpers/db/search";
export { MongoosePluginModel } from "./types";
declare const plugin: (schema: Schema, { fields, options }: PluginSchemaOptions) => void;
export default plugin;
