declare const _default: { _id: { type: StringConstructor; required: boolean; default: () => string; }; discordId: { type: StringConstructor; required: boolean; unique: boolean; }; organizationId: { type: StringConstructor; required: boolean; }; messageId: { type: StringConstructor; required: boolean; }; helpful: { type: BooleanConstructor; required: boolean; }; queryId: { type: StringConstructor; required: boolean; default: null; }; meta: { createdAt: { type: NumberConstructor; required: boolean; default: null; }; createdBy: { type: StringConstructor; required: boolean; default: null; }; lastUpdatedAt: { type: NumberConstructor; required: boolean; default: null; }; lastUpdatedBy: { type: StringConstructor; required: boolean; default: null; }; }; }; export default _default;