/**
 * @file Symmetry Constants
 * @author Alexander Rose <alexander.rose@weirdbyte.de>
 * @private
 */
export declare const SymOpCode: {
    [k: string]: string;
};
export declare const EncodedSymOp: {
    [k: string]: string;
};
