import type { CSpellSettings } from '@cspell/cspell-types';
import { ImplCSpellConfigFile } from '../CSpellConfigFile.js';
export declare class CSpellConfigFileJavaScript extends ImplCSpellConfigFile {
    readonly url: URL;
    readonly settings: CSpellSettings;
    get readonly(): boolean;
    constructor(url: URL, settings: CSpellSettings);
    addWords(_words: string[]): this;
}
//# sourceMappingURL=CSpellConfigFileJavaScript.d.ts.map