export interface ManifestGroupOptions {
    /** The manifest id's of the webcomponent's to include in this group */
    webComponentManifestIds?: Array<string>;
    /** The manifest id's of the resources to include in this group */
    resourceManifestIds?: Array<string>;
}
