///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
import type { ObjectSchema } from '@becomes/purple-cheetah/types';
import { Schema } from 'mongoose';
export interface BCMSUserPersonal {
firstName: string;
lastName: string;
avatarUri: string;
}
export declare const BCMSUserPersonalFSDBSchema: ObjectSchema;
export declare const BCMSUserPersonalMongoDBSchema: Schema, {}, {}, {}, {}, "type", {
firstName: string;
lastName: string;
avatarUri?: string | undefined;
}>;