/** * @file Entry Point - Interfaces * @module vfile-location/interfaces */ export type { default as Point } from '#interfaces/point';