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