declare const _default: { _id: { type: StringConstructor; required: boolean; default: () => string; }; access_token: { type: StringConstructor; required: boolean; unique: boolean; }; scope: { type: StringConstructor; required: boolean; }; botId: { type: StringConstructor; required: boolean; }; appId: { type: StringConstructor; required: boolean; }; team: { id: { type: StringConstructor; required: boolean; }; name: { 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; }; }; authedUser: { id: { type: StringConstructor; required: boolean; }; scope: { type: StringConstructor; }; accessToken: { type: StringConstructor; }; }; }; export default _default;