import * as _backstage_backend_plugin_api from '@backstage/backend-plugin-api';

/**
 * Registers the `PuppetDbEntityProvider` with the catalog processing extension point.
 *
 * @alpha
 */
declare const catalogModulePuppetDbEntityProvider: _backstage_backend_plugin_api.BackendFeature;

export { catalogModulePuppetDbEntityProvider as default };
