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