export declare const currencyToNumber: (currencyString: string | number | null | undefined) => number | null;