import type { InteractionState } from '../types.js'; export declare function reducePanDomain(domain: T['currentDomain']): (prev: T) => T;