type ExecFile = (file: string, args: string[], options: { stdio: 'ignore'; }) => unknown; export declare function appleScriptString(value: string): string; export declare function notificationScript(title: string, body: string): string; export declare function sendNotification(title: string, body: string, execFile?: ExecFile): void; export {}; //# sourceMappingURL=notification.d.ts.map