import type { GameChanger } from './GameChanger.js'; import type { Mote } from './types.js'; export { parseStringifiedChat, updateChangesFromParsedChat, } from './cl2.chat.parse.js'; export { stringifyChat } from './cl2.chat.stringify.js'; export { isChatMote, listChats, type ChatUpdateResult, } from './cl2.chat.types.js'; export declare function createChatMote(packed: GameChanger, parent?: Mote, folder?: string): Promise>; //# sourceMappingURL=cl2.chat.d.ts.map