import { ICommandService, Injector, Plugin, UniverInstanceType } from '@univerjs/core'; export declare class UniverSlideTablePlugin extends Plugin { protected readonly _injector: Injector; private readonly _commandService; static type: UniverInstanceType; static pluginName: string; static packageName: string; static version: string; constructor(_injector: Injector, _commandService: ICommandService); onStarting(): void; private _initCommands; }