export declare const chat: { form: { open: (openChatCommandArgument?: import("./form/types").OpenChatFormCommandArguments | undefined) => void; fill: (fillChatFormCommandArguments: import("./form/types").FillChatFormCommandArguments) => void; }; };