export interface AopJoinpoint {
    proceed(): any;
    getThis(): object;
}
