/** * Formats a raw text input by stripping non-digits and allowing a single decimal point. * @param rawValue - Unfiltered string from a text input change event. * @returns Sanitized numeric string, or `undefined` if more than one decimal is present. */ export declare const formatBigIntInput: (rawValue: string) => string | undefined; //# sourceMappingURL=formatBigIntInput.d.ts.map