/** * Dev-only client plugin that bridges script state to the standalone devtools API. * When `_standaloneDevtools` is enabled, this plugin listens for `scripts:updated` * and POSTs a serializable snapshot of script state to `/__nuxt-scripts-api/state`. * Also syncs the current route path so standalone devtools can show which page the user is on. */ declare const _default: import("nuxt/app").Plugin> & import("nuxt/app").ObjectPlugin>; export default _default;