declare const _default: { 'telegram-user': { schema: { kind: string; collectionName: string; info: { singularName: string; pluralName: string; displayName: string; description: string; }; options: { draftAndPublish: boolean; }; pluginOptions: {}; attributes: { telegram_id: { type: string; required: boolean; }; telegram_username: { type: string; }; is_premium: { type: string; }; is_bot: { type: string; }; photo_url: { type: string; }; first_name: { type: string; }; last_name: { type: string; }; language_code: { type: string; }; allow_inbox: { type: string; }; evm_wallet: { type: string; relation: string; target: string; required: boolean; }; blocked: { type: string; }; bot_list: { type: string; relation: string; target: string; mappedBy: string; }; }; }; }; 'telegram-group': { schema: { kind: string; collectionName: string; info: { singularName: string; pluralName: string; displayName: string; description: string; }; options: { draftAndPublish: boolean; }; pluginOptions: {}; attributes: { name: { type: string; }; telegram_id: { type: string; required: boolean; }; type: { type: string; enum: string[]; }; group_url: { type: string; }; photo_url: { type: string; }; description: { type: string; }; evm_wallet: { type: string; relation: string; target: string; required: boolean; }; bot_metadata: { type: string; visible: boolean; }; blocked: { type: string; }; synchronization_status: { type: string; enum: string[]; default: string; }; }; }; }; 'telegram-bot': { schema: { kind: string; collectionName: string; info: { singularName: string; pluralName: string; displayName: string; description: string; }; options: { draftAndPublish: boolean; }; pluginOptions: {}; attributes: { name: { type: string; }; username: { type: string; required: boolean; }; token: { type: string; private: boolean; required: boolean; }; metadata: { type: string; }; user_list: { type: string; relation: string; target: string; inversedBy: string; }; }; }; }; 'telegram-link': { schema: { kind: string; collectionName: string; info: { singularName: string; pluralName: string; displayName: string; }; options: { draftAndPublish: boolean; }; pluginOptions: {}; attributes: { telegram_bot: { type: string; relation: string; target: string; }; telegram_user: { type: string; relation: string; target: string; }; service: { type: string; enum: string[]; }; telegram_id: { type: string; }; telegram_bot_username: { type: string; }; link_domain: { type: string; }; link_id: { type: string; }; link_uid: { type: string; }; link_email: { type: string; }; link_address: { type: string; }; link_signature: { type: string; }; use_secret: { type: string; }; link_token: { type: string; }; }; }; }; 'bot-message-template': { schema: { kind: string; collectionName: string; info: { singularName: string; pluralName: string; displayName: string; description: string; }; options: { draftAndPublish: boolean; }; pluginOptions: {}; attributes: { welcome_message: { type: string; }; help_message: { type: string; }; auto_answer_message: { type: string; }; }; }; lifecycles: { afterCreate: ({ params, result }: { params: any; result: any; }) => Promise; afterUpdate: ({ params, result }: { params: any; result: any; }, states: any) => Promise; }; }; 'telegram-notification': { schema: { kind: string; collectionName: string; info: { singularName: string; pluralName: string; displayName: string; description: string; }; options: { draftAndPublish: boolean; }; pluginOptions: {}; attributes: { name: { type: string; }; caption: { type: string; required: boolean; }; photo: { type: string; multiple: boolean; required: boolean; allowedTypes: string[]; }; parse_mode: { type: string; enum: string[]; default: string; required: boolean; }; reply_markup: { type: string; repeatable: boolean; component: string; }; telegram_bot: { type: string; required: boolean; relation: string; target: string; }; }; }; }; 'telegram-user-activity': { schema: { kind: string; collectionName: string; info: { singularName: string; pluralName: string; displayName: string; description: string; }; options: { draftAndPublish: boolean; }; pluginOptions: {}; attributes: { user_id: { type: string; relation: string; target: string; required: boolean; }; group_id: { type: string; relation: string; target: string; required: boolean; }; message_count: { type: string; }; time_since_join: { type: string; }; is_joined: { type: string; default: boolean; }; }; }; }; }; export default _default;