declare const _default: { 'telegram-user': import("@strapi/types/dist/core/core-api/router").Router; 'telegram-group': import("@strapi/types/dist/core/core-api/router").Router; 'telegram-link': import("@strapi/types/dist/core/core-api/router").Router; 'telegram-user-activity': import("@strapi/types/dist/core/core-api/router").Router; 'user-activity': { type: string; routes: { method: string; path: string; handler: string; }[]; }; deployment: { type: string; routes: { method: string; path: string; handler: string; config: {}; }[]; }; telegramAuth: { type: string; routes: { method: string; path: string; handler: string; }[]; }; }; export default _default;