/**
 * This plugin generates a nonce for the current request and adds it to the HTML.
 * It only runs in SSR mode.
 */
declare const _default: import("nitropack").NitroAppPlugin;
export default _default;
