import { type InjectionKey } from 'vue'; import { type AdminInstance } from './types'; import { type PdkAdmin } from './pdk'; export declare const INJECT_ADMIN_INSTANCE: InjectionKey; export declare const INJECT_GLOBAL_PDK_ADMIN: InjectionKey;