/** * `scai://env/current/*` resources — frozen-at-startup metadata for the * bound environment, plus a lazily-fetched "last deploy" snapshot. * * The manifest is built once during `bindMcpEnvironment` and embedded * in the resource handler closure; the last-deploy resource calls the * Deploy API on every read so it stays current within the session. */ import type { McpRegistry } from "../registry.js"; export declare const registerEnvironmentResources: (registry: McpRegistry) => void;