export interface DecoratorSubscription { namespace: string | Function; name: string; handler: (...args: Array) => void; }