import type { GameChanger } from './GameChanger.js'; import type { Crashlands2 } from './cl2.types.auto.js'; import type { Mote } from './types.js'; export declare function stringifyQuest(mote: Mote, packed: GameChanger): string; //# sourceMappingURL=cl2.quest.stringify.d.ts.map