import { IMutation } from '@univerjs/core';
import { ISetPivotSubtotalTypeMutationParams } from '../../const/type';
export declare const SetPivotSubtotalTypeMutation: IMutation<ISetPivotSubtotalTypeMutationParams>;
