import { ApplicationState, PointerCoordinates } from '../types'; declare const handleMovePortal: (coords: PointerCoordinates, getState: () => ApplicationState, setState: (value: Partial) => void) => void; export default handleMovePortal; //# sourceMappingURL=handleMovePortal.d.ts.map