export interface ITransform2d { position: { x: number; y: number; }; scale: { x: number; y: number; }; rotation: number; }