import notifier from 'node-notifier'; /** * Platforma özgü bir masaüstü bildirimi gösterir. * @param options - node-notifier tarafından kabul edilen bildirim seçenekleri. * @returns Bildirim yanıtını veya hatayı içeren bir Promise. */ export declare function showNotification(options: notifier.Notification): Promise;