/** @format */
import { PackageJson } from "type-fest";
import { JSONConfig } from "../../types";
export declare const loadJSON: (path: string) => string;
export declare const loadConfigJSON: (path: string) => JSONConfig;
export declare const loadPackageJSON: () => PackageJson;
