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