import type { TapeData, TickData } from "./typedef.js";
export declare const calcTapeData: (tick: TickData, preTick?: TickData) => TapeData;
