import { ChatDetail } from "../store/ChatAction";
import { ChatServerMessage } from "../xapp/ChatServerMessage";
export declare const carouselMessage: ChatServerMessage;
export declare const listMessage: ChatServerMessage;
export declare const locationRequestMessage: ChatServerMessage;
export declare const messages: readonly ChatDetail[];
