import type { DataRect } from "../types/api.js";
export declare function isTopRect(topCount: number, rect: DataRect): boolean;
