export type CSpellConfig = {
    import?: string | string[];
};
