import type { DevToolbarApp } from '../types/public/toolbar.js';
export declare function defineToolbarApp(app: DevToolbarApp): DevToolbarApp;
