/** * The type of the manifest. * * @alpha */ export declare enum ManifestType { /** * The component manifest type. */ component = "Component", /** * The container manifest type. This is used for manifests that contain other manifests, like multiversion manifests. */ container = "Container" } //# sourceMappingURL=ManifestType.d.ts.map