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