/**
 * Parses JavaScript source representing a number.
 */
export default function parseNumber(string: string): number;
