import type { KbxLookupProvider } from '@kbx/contracts' import type { InjectionKey } from 'vue' export type KbxLookupRegistry = Record> export const kbxLookupRegistryKey: InjectionKey = Symbol('kbxLookupRegistry')