import { defineConfig as defineCspellConfig } from "cspell"; type CSpellConfig = Parameters[0]; export declare const defineConfig: (overrides?: ((base: CSpellConfig) => CSpellConfig) | CSpellConfig) => CSpellConfig; export {};