import mongoose from 'mongoose'; declare const model: mongoose.Model<{ buttons: any[]; goods: any[]; botId?: string | null | undefined; type?: string | null | undefined; text?: string | null | undefined; content?: string | null | undefined; conversionId?: string | null | undefined; fileUrl?: string | null | undefined; like?: boolean | null | undefined; mediaType?: string | null | undefined; msgId?: string | null | undefined; position?: string | null | undefined; quoteId?: string | null | undefined; timestamp?: number | null | undefined; title?: string | null | undefined; unlike?: boolean | null | undefined; unlikeReason?: string | null | undefined; answer?: string | null | undefined; question?: string | null | undefined; }, {}, {}, {}, mongoose.Document & { buttons: any[]; goods: any[]; botId?: string | null | undefined; type?: string | null | undefined; text?: string | null | undefined; content?: string | null | undefined; conversionId?: string | null | undefined; fileUrl?: string | null | undefined; like?: boolean | null | undefined; mediaType?: string | null | undefined; msgId?: string | null | undefined; position?: string | null | undefined; quoteId?: string | null | undefined; timestamp?: number | null | undefined; title?: string | null | undefined; unlike?: boolean | null | undefined; unlikeReason?: string | null | undefined; answer?: string | null | undefined; question?: string | null | undefined; } & { _id: mongoose.Types.ObjectId; }, mongoose.Schema, {}, {}, {}, {}, mongoose.DefaultSchemaOptions, { buttons: any[]; goods: any[]; botId?: string | null | undefined; type?: string | null | undefined; text?: string | null | undefined; content?: string | null | undefined; conversionId?: string | null | undefined; fileUrl?: string | null | undefined; like?: boolean | null | undefined; mediaType?: string | null | undefined; msgId?: string | null | undefined; position?: string | null | undefined; quoteId?: string | null | undefined; timestamp?: number | null | undefined; title?: string | null | undefined; unlike?: boolean | null | undefined; unlikeReason?: string | null | undefined; answer?: string | null | undefined; question?: string | null | undefined; }, mongoose.Document> & mongoose.FlatRecord<{ buttons: any[]; goods: any[]; botId?: string | null | undefined; type?: string | null | undefined; text?: string | null | undefined; content?: string | null | undefined; conversionId?: string | null | undefined; fileUrl?: string | null | undefined; like?: boolean | null | undefined; mediaType?: string | null | undefined; msgId?: string | null | undefined; position?: string | null | undefined; quoteId?: string | null | undefined; timestamp?: number | null | undefined; title?: string | null | undefined; unlike?: boolean | null | undefined; unlikeReason?: string | null | undefined; answer?: string | null | undefined; question?: string | null | undefined; }> & { _id: mongoose.Types.ObjectId; }>>; export default model; //# sourceMappingURL=feedback.d.ts.map