/** * Sets up and returns an object containing a set of default values for the app context. * Default values are fetched from the app's eik.json or package.json file as well as from .eikrc, if present in the users home directory. * * @param {string} directoryOrFilepath The directory to search for eik.json or package.json or an exact path to an eik.json or package.json file * * @returns {import("../classes/eik-config.js").default} EikConfig */ export default function getDefaults(directoryOrFilepath: string): import("../classes/eik-config.js").default;