import { Maybe } from './types'; export declare const convertStringToNumber: (stringToParse: Maybe) => Maybe;