import { ManifestParser } from './manifest-parser'; export declare class ManifestParserBuilder { private manifestInterpolatorManager; constructor(); withInterpolators(): ManifestParserBuilder; build(): ManifestParser; } //# sourceMappingURL=manifest-parser-builder.d.ts.map