/** * Version constant for RPG Event Generator * * This should match the version in package.json * Used throughout the codebase to ensure version consistency */ export declare const VERSION = "5.0.0"; //# sourceMappingURL=version.d.ts.map