declare const _default: { _id: { type: StringConstructor; required: boolean; default: () => string; }; organizationId: { type: StringConstructor; required: boolean; default: null; }; userId: { type: StringConstructor; required: boolean; default: null; }; userEmail: { type: StringConstructor; required: boolean; default: null; }; type: { type: StringConstructor; required: boolean; }; acceptedAt: { 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;