import type { Application, Agent } from 'egg';
export declare function initPlugin(app: Application | Agent): void;
