import { Builder } from "@dawntech/dwntbots-models"; export declare const createChatStateAction: ($id: string) => Builder.ContentAction; export declare const createChatMessageAction: ($id: string, content: string) => Builder.ContentAction; export declare const createChatInputAction: (id: string) => Builder.ContentAction;