import type { Ids } from "@relayfx/sdk"; import { Client, Operation } from "@relayfx/sdk"; import { Effect } from "effect"; export declare const runThroughWait: (options: { readonly start: Effect.Effect; readonly waitId: Ids.WaitId; readonly whileSuspended?: Effect.Effect; readonly wake: Operation.WakeInput; }) => Effect.Effect;