import { CartesianCords } from '../../types'; declare const calculateDot: (v0: CartesianCords, v1: CartesianCords) => number; export default calculateDot;