import { type App } from 'vue'; import { type AdminAppConfig } from '../types'; export declare const setupAdminApp: (app: App, appConfig: AdminAppConfig) => void;