export * from '@cspell/cspell-types'; export * from './application'; export type { BaseOptions, LinterCliOptions as CSpellApplicationOptions, TraceOptions } from './options'; export { getReporter as getDefaultReporter } from './cli-reporter'; //# sourceMappingURL=index.d.ts.map