import { type IAdvice } from 'egg/aop'; export declare class EventCorkAdvice implements IAdvice { private eventBus; beforeCall(): Promise; afterFinally(): Promise; }