import type { DictionaryInformation } from '@cspell/cspell-types'; import type { AffInfo } from './affDef.js'; export declare function affToDicInfo(aff: AffInfo, locale: string): DictionaryInformation; //# sourceMappingURL=affToDicInfo.d.ts.map