export default localAssets; /** * Sets up asset routes for local development. Mounted paths match those on Eik server and values are read from projects eik.json file. * * @param {object} app - express js or fastify app instance * @param {string} rootEikDirectory - (optional) path to folder where eik configuration file can be found */ declare function localAssets(app: object, rootEikDirectory?: string): Promise;