import { type tapRef } from "@assistant-ui/tap";
import { type ClientOutput } from "@assistant-ui/store";
import type { MessageRuntime } from "../../runtime/api/message-runtime.js";
export declare const MessageClient: (props: {
    runtime: MessageRuntime;
    threadIdRef: tapRef.RefObject<string>;
}) => import("@assistant-ui/tap").ResourceElement<ClientOutput<"message">, {
    runtime: MessageRuntime;
    threadIdRef: tapRef.RefObject<string>;
}>;
//# sourceMappingURL=message-runtime-client.d.ts.map