import type { NeighborList } from '../structure/bonding'; export declare function validate_csp_neighbors(n_csp_neighbors: number): void; export declare function calc_centrosymmetry(list: NeighborList, n_csp_neighbors: number): Float64Array;