import type { OffsetDirection, OffsetPoint, OffsetSystem } from "./offset.js";
export declare const offsetNeighbor: <S extends OffsetSystem>(offset: OffsetPoint<S>, direction: OffsetDirection) => OffsetPoint<S>;
//# sourceMappingURL=offset-neighbor.d.ts.map