import type { Plugin } from '../app/plugin'; export declare const devtoolsPlugin: (options: { enabled: boolean; }) => Plugin;