import { Value } from '../types'; declare const valueFromText: (text: string) => Value; export default valueFromText;