import type { LTWHP } from "../types.js"; declare const optimizeClientRects: (clientRects: Array) => Array; export default optimizeClientRects;