UNPKG

@notes-sync/service

Version:

Background service for AI-powered note synchronization

6 lines (5 loc) 172 B
export declare class SystemEvents { private static emitter; static onAddNote(callback: (text: string) => void): void; static emitAddNote(text: string): void; }