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