import { ImportFileRef } from '@cspell/cspell-types'; import { CSpellSettingsWST } from './configLoader'; export declare function extractImportErrors(settings: CSpellSettingsWST): ImportFileRefWithError[]; export interface ImportFileRefWithError extends ImportFileRef { error: Error; } //# sourceMappingURL=extractImportErrors.d.ts.map