export declare const getEstateCenter: (selection: {
    x: number;
    y: number;
}[]) => number[];
