export declare const convertStringToNumber: (targetValue: string | null) => number | null;