import type { RcConfig } from './config/types.js';
export type RcFile = Partial<RcConfig>;
