/**
* Example: Receive data in chunks through LSL
*
* This example demonstrates efficient batch reception using pullChunk.
* Pulling chunks is more efficient than individual samples for high-throughput streams.
*/export {};
//# sourceMappingURL=ReceiveDataChunks.d.ts.map