import { SelectItem } from '../../types/dsl/Select'; export declare const isSelectItem: (item: keyof T | SelectItem) => item is SelectItem;