export interface MainEventSubscriptionOptions { signal?: AbortSignal; } /** Subscribe to events published by `emitMainEvent()` in the Node Main process. */ export declare function subscribeMainEvent(channel: string, listener: (value: T) => void, options?: MainEventSubscriptionOptions): () => void; //# sourceMappingURL=index.d.ts.map