import { SelectItem } from '@valtimo/components'; declare function shortTypeName(fullyQualifiedName: string): string; declare function fqnSelectItem(fullyQualifiedName: string): SelectItem; export { fqnSelectItem, shortTypeName };