declare const _default: { _id: { type: StringConstructor; required: boolean; default: () => string; }; stripeCustomerId: { type: StringConstructor; required: boolean; }; userId: { type: StringConstructor; required: boolean; }; name: { type: StringConstructor; required: boolean; }; description: { type: StringConstructor; required: boolean; default: string; }; imageFileId: { 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;