export declare const NOTIFICATION_DAEMON_URL = "http://127.0.0.1:11435/notify"; export declare const NOTIFICATION_DAEMON_TIMEOUT_MS = 3000; export declare function buildNotificationBody(args: Record): Record;