import { Matrix, Position } from "./class"; export declare function moveTo(matrix: Matrix, sx: number, sy: number): Position | null;