import { Ring } from './math'; export declare function rotate(ring: Ring, target: Ring): void;