import { TraceDirection } from '../types'; export declare function calculateTraceDirections(trace?: number[]): TraceDirection[];