/** * Runtime-internal id namespace — dependency-free so low-level modules * (license gates, data layer) can consult it without importing the action * registry. `actions.ts` re-exports it as the historical home. */ /** Ids in this namespace are runtime-managed plumbing — excluded from ctx.layers, telemetry, and license gate counting. */ export declare const RUNTIME_INTERNAL_PREFIX = "__onlymapjs-";