[I] DecoratorImplementations
Type for the $decorators export from libraries.
Example
export const $decorators = {  "Azure.Core": {    flags: $flags,    "foo-bar": fooBarDecorator  }}Indexable
[namespace: string]: objectType for the $decorators export from libraries.
export const $decorators = {  "Azure.Core": {    flags: $flags,    "foo-bar": fooBarDecorator  }}[namespace: string]: object