export default function toNumber(input: string, type: string): { value: number; isValid: true; } | { value: ''; isValid: false; };