import type { PositionUnion } from "../+types"; export declare function positionsEqual(p: PositionUnion | null, c: PositionUnion | null): boolean;