/**
 * Read the package.json file of `concurrently`
 */
export declare function readPackageJson(): Record<string, unknown>;
