import type { App } from 'vue';
import type { AppClientConfig } from '../../shared';
export declare function installDevtools(app: App, config: AppClientConfig): void;
