///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
import { Schema } from 'mongoose';
import type { IPluginAuth } from '~/types';
declare const pluginAuthSchema: Schema;
export default pluginAuthSchema;