import type { RuntimeSnapshot } from "./types.js"; /** Build the only MCP input this package gives to pi-mcp-adapter. */ export declare function buildMcpConfig(snapshot: RuntimeSnapshot): Promise>; }>>; export declare function substitutePluginVariables(value: unknown, variables: Readonly>): unknown;