import type { ICommand } from '@univerjs/core';
import type { ISetPivotOptionMutationParams } from '../../const/type';
export declare const SetPivotOptionCommand: ICommand<ISetPivotOptionMutationParams>;
