import type { CSpellSettingsWithSourceTrace } from '@cspell/cspell-types';
import type { CSpellSettingsInternal } from '../../internal/index.js';
export type CSpellSettingsWST = CSpellSettingsWithSourceTrace;
export type CSpellSettingsI = CSpellSettingsInternal;
//# sourceMappingURL=types.d.ts.map