import type { ElementPosition } from '../interfaces/position.interface.js'; export type PositionMethod = () => ElementPosition;