import { Item } from '../../types/Item'; export declare function get_value(item: T, key: string, process?: (value: any) => any): T[string];