import type * as Chunk from "@effect/data/Chunk"; export interface Emit { readonly _tag: OP_EMIT; readonly elements: Chunk.Chunk; } //# sourceMappingURL=handoffSignal.d.ts.map