export default class BotsMenuModel extends Model { static schema: { key: StringConstructor; content: ObjectConstructor; keyboard: ArrayConstructor; buttonsLayout: ArrayConstructor; }; static options: { model: string; collection: string; timestamps: boolean; }; } import Model from "@lskjs/db/Model";