export declare type public_message_update_payload = {
    /**
     * Replies to the Bot Message Types
     */
    submitted_values?: any;
};
