import type { AnyAction } from 'redux';
import type { XYCoord } from '../../../interfaces.js';
export declare function setClientOffset(clientOffset: XYCoord | null | undefined, sourceClientOffset?: XYCoord | null | undefined): AnyAction;
