import { Schema } from 'mongoose'; declare const transformIdInResponsePlugin: (schema: Schema) => void; export default transformIdInResponsePlugin;