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