export declare class ControllerAdvice {
}
/**
 * 注册Controller切面
 */
declare const _default: {
    (target: Function): any;
    (options: import("./Target").CreateOptions<typeof ControllerAdvice>): ClassDecorator;
} & import("./annotation/type").LinkAnnotationType<typeof ControllerAdvice> & typeof ControllerAdvice;
export default _default;
