import type { SelectItem } from '../components/ui/atoms/Select/Select.types'; import type { TFunction } from '../../types'; import { roleMetadata } from './roleMetadata'; export declare const makeSelectItemForRole: (role: keyof typeof roleMetadata, t: TFunction<"common">) => SelectItem;