/**
 * Nitro plugin to cache the runtime config.
 *
 * Caches the runtime config at startup to avoid reading it for every request.
 *
 * @see https://nitro.build/guide/configuration#runtime-configuration
 * @see https://nitro.build/guide/plugins
 *
 * @param nitroApp The nitro app instance.
 *
 * @returns Nitro plugin function
 */
declare const _default: import("nitropack").NitroAppPlugin;
export default _default;
