/** * Public style artifact helpers used by CLI and worker entrypoints. * * @module rendering/styles */ export { buildPreparedCSSArtifactFromFiles, type PreparedCSSArtifactBuildResult, } from "../html/styles-builder/css-pregeneration.js"; export { createStyleScopeProfile, type StyleScopeProfile, } from "../html/styles-builder/style-scope-profile.js"; export { resolveStyleContentVersion } from "../html/styles-builder/content-version.js"; //# sourceMappingURL=styles.d.ts.map