import { CSpellIO } from 'cspell-io'; /** * The settings controller manages requests to resolve configuration settings and files. */ export declare class SettingsController { readonly cspellIO: CSpellIO; constructor(cspellIO: CSpellIO); } //# sourceMappingURL=SettingsController.d.ts.map