export declare const safeStringToNumber: (str?: string | number | null) => number;