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