import { UseConvertToUnit, UseGetFieldCoordinates, UseTruthyModelValue } from '../types'; /** * Converts a string to a number with a unit. */ export declare const useConvertToUnit: UseConvertToUnit; export declare const useGetFieldCoordinates: UseGetFieldCoordinates; export declare const useTruthyModelValue: UseTruthyModelValue;