/** * Version of the installable runtime assets. Kept in its own module so the plugin can compare an * installed project marker without importing every asset body. */ export declare const RUNTIME_ASSET_VERSION = "0.3.89-completion-proof-v1"; export declare const V010_RUNTIME_ASSET_VERSION = "0.10.0-v0912-language4-cost-rpt10-compaction-ref2-proposal1-review-remediation1-surface4-proposal-recovery2-quality1-terminal2-route1-path1-permission2-prerequisite1"; export type RuntimeAssetVersion = typeof RUNTIME_ASSET_VERSION | typeof V010_RUNTIME_ASSET_VERSION;