import { PiThreadState } from "./threadState.js"; import { PiThreadControllerLike } from "./ThreadController.js"; import { PiRuntimeExtrasInternal, PiRuntimeOptions } from "./runtimeTypes.js"; import { AssistantRuntime } from "@assistant-ui/react"; //#region src/runtime/usePiRuntime.d.ts export declare const NOOP_CONTROLLER: PiThreadControllerLike; export declare const EMPTY_RUNTIME_EXTRAS: PiRuntimeExtrasInternal; export declare const usePiControllerStateSelector: (controller: PiThreadControllerLike, selector: (state: PiThreadState) => T) => T; export declare const usePiRuntime: (options: PiRuntimeOptions) => AssistantRuntime; //#endregion //# sourceMappingURL=usePiRuntime.d.ts.map