export class ReservedKeys { public static readonly serviceLocator = "ServiceLocator"; public static readonly all: ReadonlyArray = [ReservedKeys.serviceLocator]; /** * static */ private constructor() {} }