import { Id, Matrix, Position } from "./class"; export declare function findArroundX(row: Id[], sx: number, ny: number): Position | null; export declare function findArroundY(matrix: Matrix, nx: number, sy: number): Position | null;