ServiceCreator type

This is a callback that is used by ServiceKey.createCustom().

export declare type ServiceCreator<T> = (serviceScope: ServiceScope) => T;