import { ValueTypeKeys, ValueTypes } from './definitions'; /** * Convert given string value to a * @param valueOrNull * @param type */ export declare function converteValueToType(valueOrNull: string | null | undefined, type?: ValueTypeKeys): ValueTypes[K];