import type { IUniverSheetsOutlineConfig } from './controllers/config.schema'; import { ICommandService, Injector, Plugin, UniverInstanceType } from '@univerjs/core'; export declare class UniverSheetsOutlinePlugin extends Plugin { private readonly _config; readonly _injector: Injector; private readonly _commandService; static pluginName: string; static packageName: string; static version: string; static type: UniverInstanceType; constructor(_config: IUniverSheetsOutlineConfig, _injector: Injector, _commandService: ICommandService); onStarting(): void; private _initRegisterCommand; }