/** * @file Symmetry Constants * @author Alexander Rose * @private */ export declare const SymOpCode: { [k: string]: string; }; export declare const EncodedSymOp: { [k: string]: string; };