/** * * @type {string} */ export declare const MONGOOSE_SCHEMA = "tsed:mongoose:schema"; /** * * @type {string} */ export declare const MONGOOSE_SCHEMA_OPTIONS = "tsed:mongoose:schema:options"; /** * * @type {string} */ export declare const MONGOOSE_MODEL = "tsed:mongoose:model"; /** * * @type {string} */ export declare const MONGOOSE_MODEL_NAME = "tsed:mongoose:model:name";