import { OxlintConfigOrOverride } from './types.js';
export declare const cleanUpOxlintConfig: (config: OxlintConfigOrOverride) => void;
