/// <reference types="deck.gl" />
import { CPUGridLayer } from '@deck.gl/aggregation-layers';
import { AggregationType } from '../layer-utils/cpu-aggregator';
export declare const gridAggregation: AggregationType;
export default class ScaleEnhancedGridLayer extends CPUGridLayer<any> {
    initializeState(): void;
}
