import type { ElementSymbol } from '../element/types'; import type { AnyStructure, Crystal } from './index'; export declare const get_element_counts: (structure: AnyStructure) => Partial>; export declare const get_density: (structure: Crystal) => number;