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