import type { INodePackageJson, IRushConfig } from './types/index.js'; export declare const readPackageJson: (pkgJsonFilePath: string) => Promise; export declare const readRushJson: (rushJsonFilePath: string) => Promise; export declare const readJson: (jsonFileAbsPath: string) => Promise;