export interface Vec2 { x: number; y: number; } //# sourceMappingURL=vec2.d.ts.map