declare function toNumber(value: string): number | string;

export { toNumber };
