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