import type { AxisBucket, PhilosophicalAlignment, PhilosophicalAlignmentCell } from './types'; export declare const AXIS_HIGH_THRESHOLD = 34; export declare const AXIS_LOW_THRESHOLD = -34; export declare function bucketAxis(value: number): AxisBucket; export declare function getAlignmentCell(alignment: PhilosophicalAlignment): PhilosophicalAlignmentCell; export declare function applyAlignmentDelta(current: PhilosophicalAlignment, delta: Partial): PhilosophicalAlignment; export declare function defaultAlignment(): PhilosophicalAlignment; //# sourceMappingURL=alignment.engine.d.ts.map