import { Matrix, Position } from "./class"; export declare function getPosition(matrix: Matrix, id: unknown, fallback: boolean): null | Position;