import type { Random } from '../index.js'; export declare enum Rotation { NONE = "none", CLOCKWISE_90 = "clockwise_90", CLOCKWISE_180 = "180", COUNTERCLOCKWISE_90 = "counterclockwise_90" } export declare namespace Rotation { function getRandom(random: Random): Rotation; } //# sourceMappingURL=Rotation.d.ts.map