export type TCalculateRealSolutionsFunction = (position: number, velocity: number, acceleration: number, x: number) => number[];
//# sourceMappingURL=calculate-real-solutions-function.d.ts.map