declare const getValueFromId: (id: string) => ({ item }: { item: any; }) => any; export default getValueFromId; //# sourceMappingURL=get-value-from-id.d.ts.map