import type { EntityType } from '@/client'; import type { BusinessUuid } from '@/models/business/businessUuid.model'; import type { IndividualUuid } from '@/models/individual/individualUuid.model'; export declare function useEntityDetail(): { open: (entityType: EntityType, entityUuid: BusinessUuid | IndividualUuid) => void; };