import { ResourceRegistry } from "../resource-registry.js"; /** * Create a ResourceRegistry pre-populated with the built-in MCP Apps resources. * * @param assetBaseUrl - Public origin of the MCP server (e.g. `http://127.0.0.1:7435`), * embedded into widget HTML so hosts can load the widget's browser assets. */ export declare function createResourceRegistry(assetBaseUrl: string): ResourceRegistry; //# sourceMappingURL=index.d.ts.map