import { MidwayDecoratorService } from '@midwayjs/core'; import { Application } from '@mwcp/share'; /** Auto register trace decorator */ export declare class AutoRegister { protected readonly app: Application; protected readonly decoratorService: MidwayDecoratorService; init(): Promise; }