export default interface IEventForWorker { popWaitQueue: () => void; popBufferQueue: () => void; } //# sourceMappingURL=IEventForWorker.d.ts.map