import type { Patch } from './PatchStore.js'; export declare function sendNotification(title: string, subtitle: string, message: string): void; export declare function notifyPatch(patch: Patch): void; export declare function notifyClear(): void; //# sourceMappingURL=Notifier.d.ts.map