/** * Merges event publisher with the decorated class. * Implements the `publish` and `publishAll` methods in a similar way to {@link EventPublisher#mergeClassContext}. * * @publicApi */ export declare function Publishable(): ClassDecorator;