export interface SubTypeBuilder {
    subtypes: Map<string, any>;
}
