import { AssistantRuntime } from "../../runtime/AssistantRuntime";
import { AssistantTransportOptions } from "./types";
/**
 * @alpha This is an experimental API that is subject to change.
 */
export declare const useAssistantTransportRuntime: <T>(options: AssistantTransportOptions<T>) => AssistantRuntime;
//# sourceMappingURL=useAssistantTransportRuntime.d.ts.map