/**
 * Type definitions for the DnD5e system in Foundry VTT
 *
 * This module provides TypeScript type definitions for the DnD5e system in Foundry VTT.
 * It is designed to be used alongside the @league-of-foundry-developers/foundry-vtt-types package.
 */
export * from './types/documents';
export * from './types/data';
export * from './types/config';
export * from './types/dice';
export * from './types/applications';
export * from './types/utils';
export * from './types/tooltips';
