declare class PluginService {
    getPluginList(): any[];
}
declare const _default: PluginService;
export default _default;
