declare const getNumericValue: (location: string, str: string | number, exactValue?: boolean) => number;
export default getNumericValue;
