ServiceBuilder: {
    features: string[];
    params: ServiceBuilderDefaultParams;
    type: string;
    build(): string;
}

Type declaration