declare const _default: { _id: { type: StringConstructor; required: boolean; default: () => string; }; organizationId: { type: StringConstructor; required: boolean; }; stripeCustomerId: { type: StringConstructor; required: boolean; default: null; }; stripeSubscriptionId: { type: StringConstructor; required: boolean; default: null; }; stripeProductId: { type: StringConstructor; required: boolean; default: null; }; stripePriceId: { type: StringConstructor; required: boolean; default: null; }; status: { type: StringConstructor; required: boolean; }; upgrade: { priceId: { type: StringConstructor; required: boolean; default: null; }; productId: { type: StringConstructor; required: boolean; default: null; }; botId: { type: StringConstructor; required: boolean; default: null; }; sourceIds: { type: StringConstructor[]; required: boolean; default: null; }; }; usageLimits: { credits: { type: NumberConstructor; required: boolean; default: number; }; documents: { type: NumberConstructor; required: boolean; default: number; }; syncs: { type: NumberConstructor; required: boolean; default: number; }; }; 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;