import type { PKG } from '../types';
declare const _default: (cwd: string, rewriteConfig?: boolean) => Promise<PKG>;
export default _default;
