import type { GameChanger } from './GameChanger.js'; import type { ChatMote } from './cl2.shared.types.js'; export declare function stringifyChat(mote: ChatMote, packed: GameChanger): string; //# sourceMappingURL=cl2.chat.stringify.d.ts.map