@forge/manifest
7.7.0-next.57.7.0-next.6
out/utils/manifest-parser-builder.d.tsout/utils/manifest-parser-builder.d.ts+8
Index: package/out/utils/manifest-parser-builder.d.ts
===================================================================
--- package/out/utils/manifest-parser-builder.d.ts
+++ package/out/utils/manifest-parser-builder.d.ts
@@ -0,0 +1,8 @@
+import { ManifestParser } from './manifest-parser';
+export declare class ManifestParserBuilder {
+ private manifestInterpolatorManager;
+ constructor();
+ withInterpolators(): ManifestParserBuilder;
+ build(): ManifestParser;
+}
+//# sourceMappingURL=manifest-parser-builder.d.ts.map
\ No newline at end of file