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