/** * @file Symmetry Utils * @author Alexander Rose * @private */ import { Matrix4 } from 'three'; export declare function getSymmetryOperations(spacegroup: string): { [k: string]: Matrix4; };