/** * @file Types Module Barrel Export * @description Central export point for type definitions * @module @/lib/types */ export type * from './dom'; export type LibTypesModule = 'types';