/**
 * Handler decorator.
 *
 * @export
 * @param {string} entity Entity for which the decorator is used
 * @returns {ClassDecorator}
 */
export declare function Handler(entity?: string): ClassDecorator;
