import { IOperation } from '@univerjs/core';
import { IScrollStateWithSearchParam } from '../../services/scroll-manager.service';
export declare const SetScrollOperation: IOperation<IScrollStateWithSearchParam>;
