import type { Notifier, NotificationOptions, NotificationResult } from "./types"; /** * Windows notifier using powertoast for native toast notifications. * Provides action button support on Windows 10 1709+. */ export declare class WindowsNotifier implements Notifier { private powertoast; isAvailable(): Promise; notify(options: NotificationOptions): Promise; private buildToastActions; private mapSoundToWindows; private normaliseAction; } //# sourceMappingURL=windows.d.ts.map