import type { Plugin } from 'vite'; /** Development SSE transport for Node Main -> renderer application events. */ export declare function mainEventsPlugin(): Plugin; //# sourceMappingURL=main-events.d.ts.map