declare const _default: { _id: { type: StringConstructor; required: boolean; default: () => string; }; organizationId: { type: StringConstructor; required: boolean; default: null; }; firstName: { type: StringConstructor; required: boolean; }; lastName: { type: StringConstructor; required: boolean; }; email: { type: StringConstructor; required: boolean; }; passwordHash: { type: StringConstructor; required: boolean; }; 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;