/**
 * Nitro plugin to mount an [unstorage](https://unstorage.unjs.io/) storage.
 *
 * This plugin mounts the necessary storage instances based on the
 * provided configuration for cache and session storage.
 * It iterates through the shops and mounts their individual storage as well.
 *
 * @see https://nitro.build/guide/configuration#runtime-configuration
 * @see https://nitro.build/guide/plugins
 */
declare const _default: import("nitropack").NitroAppPlugin;
export default _default;
