import { ProjectRcFile } from '../types/RcFile'; import { RnBootstrapToolbox } from '../types/RnBootstrapToolbox'; export declare const getRc: ({ config: { loadConfig }, }: RnBootstrapToolbox) => ProjectRcFile;