import { IVec3Like } from './IVec3Like';
export declare function Vec3Dot(a: IVec3Like, b: IVec3Like): number;
//# sourceMappingURL=Vec3Dot.d.ts.map