import { AlertPayload, DailyReportPayload } from '../types/alert'; export declare function formatTelegramAlert(p: AlertPayload): string; export declare function formatTelegramDailyReport(p: DailyReportPayload): string; export declare function formatSlackAlert(p: AlertPayload): object; export declare function formatDiscordAlert(p: AlertPayload): object; export declare function formatConsoleAlert(p: AlertPayload): void; //# sourceMappingURL=formatter.d.ts.map