import { TraceDirectionKey } from '../types'; export declare function calculateDirection(trace: number[]): TraceDirectionKey;