/** * Parses a string representing a number with commas into a number. */ export declare function parseNumberWithCommas(input: string, strict?: boolean): number | null;