(name: string)
| 159 | hasRequestDecorator(decorator: string | symbol): boolean; |
| 160 | hasReplyDecorator(decorator: string | symbol): boolean; |
| 161 | hasPlugin(name: string): boolean; |
| 162 | |
| 163 | addConstraintStrategy(strategy: ConstraintStrategy<FindMyWayVersion<RawServer>, unknown>): void; |
| 164 | hasConstraintStrategy(strategyName: string): boolean; |
no outgoing calls