import Pointcut from '../pointcut/Pointcut';
declare class Aspect {
    value?: Pointcut['matches'];
}
declare const _default: {
    (target: Function): any;
    (options: ((clazz: import("../..").ClazzType, method: import("../..").Method) => boolean) | import("../../servlets/annotations/Target").CreateOptions<typeof Aspect>): ClassDecorator;
} & import("../../servlets/annotations/annotation/type").LinkAnnotationType<typeof Aspect> & typeof Aspect;
export default _default;
