/** * GENERATED FILE - do not edit by hand. * Regenerate with: npm run refresh-runestone -w @pretextbook/pretext-html * * The html-static release the preview loads all of its CDN assets from, and * the Runestone Services bundle that release ships in `dist/_static/`. * * These belong together and are captured together: the bundle filenames are * content-hashed, so they are only valid for this one release. See * scripts/refresh-runestone.mjs for why that means the release is pinned * rather than tracked as "latest". */ /** html-static release, passed to the stylesheets as `cli.version`. */ export declare const HTML_STATIC_VERSION = "2.49.1"; /** Runestone Services release built into it, reported as `eBookConfig.runestone_version`. */ export declare const RUNESTONE_VERSION = "8.2.4"; /** Scripts that turn Runestone's inert exercise markup into working exercises. */ export declare const RUNESTONE_JS: readonly string[]; /** Stylesheets those scripts expect. */ export declare const RUNESTONE_CSS: readonly string[];