/// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// import { FSDBEntity } from '@becomes/purple-cheetah-mod-fsdb/types'; import type { ObjectSchema } from '@becomes/purple-cheetah/types'; import { Schema } from 'mongoose'; export interface BCMSIdCounter extends FSDBEntity { name: string; forId: string; count: number; } export declare const BCMSIdCounterFSDBSchema: ObjectSchema; export declare const BCMSIdCounterMongoDBSchema: Schema, {}, {}, {}, {}, "type", { name: string; count: number; forId: string; _id?: string | undefined; createdAt?: number | undefined; updatedAt?: number | undefined; }>;