/** * Dev Tools App * * Main application component for pluginator-dev. * Orchestrates between start screen and wrapped main app. * * @since v1.33.1 * @updated v1.42.0 - Refactored to wrapper architecture */ /** * Main dev tools application with context provider */ export declare function DevApp(): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=App.d.ts.map