/** * @deprecated `getRegistry` is now built into every sdk produced by * `buildSdk`. Adding this plugin is a no-op. Remove the * `.addPlugin(registryPlugin)` call. */ export declare const registryPlugin: (sdk: { context: { meta: Record; }; }) => {}; /** * @deprecated Empty since the plugin no longer provides anything; the * `getRegistry` method is now built into every sdk via `WithAddPlugin`. * Kept as an export for any code that still references the type. */ export type RegistryPluginProvides = ReturnType; //# sourceMappingURL=index.d.ts.map