export declare const SLACK_HOOKS_URL = "https://hooks.slack.com/services/"; export declare const SLACK_MAX_ATTACHMENTS = 100; export declare const TELEGRAM_API_URL = "https://api.telegram.org/"; export declare const TELEGRAM_MESSAGE_MAX_LENGTH = 4096; export declare const GITHUB_API_REPOS_URL = "https://api.github.com/repos/";