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