import type { ElementSymbol } from '../element'; import type { Vec3 } from '../math'; import type { Site } from './'; export declare const make_site: (element: ElementSymbol, abc: Vec3, xyz: Vec3, label: string, properties?: Record, occu?: number) => Site;