export { buildRendererSnippetDocId } from "./renderer-metadata.js"; export { migrateNativeCatalogLayout, fixNativeCatalogDataMetadata, type MigrateNativeCatalogLayoutInput, type MigrateNativeCatalogLayoutResult, type MigrateNativeCatalogLayoutIssue, } from "./migrate-native-catalog-layout.js"; export { migrateNativeItemScope, type MigrateNativeItemScopeInput, type MigrateNativeItemScopeResult, type MigrateNativeItemScopeIssue, } from "./migrate-native-item-scope.js"; //# sourceMappingURL=index.d.ts.map