import type { IClusterMethod } from '../interface';
export declare function clusterByGrid({ gridSize }: {
    gridSize: number;
}): IClusterMethod;
