import { Face, Axis } from "../types"; export declare class PartRotation { readonly Face: Face; readonly Twists: 0 | 1 | 2 | 3; constructor(Face: Face, twists?: 0 | 1 | 2 | 3); toAxis(): Axis; }