import type { IGrabLinks } from "./IGrabLinks.js";
export interface IGrab {
    distance: number;
    links: IGrabLinks;
}
