import type { SortingStrategy } from '../types';
export declare const rectSortingStrategy: SortingStrategy;
