import { Options } from './utils'; declare const getPackageJsonConfig: (options: Options) => any; export default getPackageJsonConfig;